mosbth / irc2phpbb

IRC bot, now lives on Discord bur remains its power to visit IRC whenever it wants.
12 stars 16 forks source link

Phrases should be renamed and should be moved #48

Open NiklasAurora opened 6 years ago

NiklasAurora commented 6 years ago

https://github.com/mosbth/irc2phpbb/blob/be7ec4754161243143e67fbf370bdc1d96d09f79/marvin_general_actions.py#L60-L74

Phrases should be renamed to triggers as that is a more proper name for what it does.

Both arrays should be moved to a separate file to reduce clutter in the main file and to make it easier to add/remove/edit triggers and responses.