baines / insobot

C99 modular IRC bot with markov chains
MIT License
74 stars 5 forks source link

Configurable control character for most modules #1

Closed chr-1x closed 8 years ago

chr-1x commented 8 years ago

Simple define in src\modules.h of a string to be used as the prefix for most commands via automatic preprocessor string concatenation. Added it to the command definitions in most of the current modules, replacing "\". Did not apply to mod_karma.c or mod_markov.cpp.

insofaras commented 8 years ago

Thanks, I'll probably rewrite the control char / prefix handling at some point, but this is definitely an improvement over the current code.