rmmh / skybot

Python IRC bot
https://github.com/rmmh/skybot/wiki
The Unlicense
250 stars 171 forks source link

Added support for configurable bot prefixes #106

Closed craisins closed 10 years ago

craisins commented 10 years ago

Gives the bot owner the option to set the bot prefix in the config file. I typically set my bots to use "!" as a trigger, but defaults to "." as has been for skybot's default.

rmmh commented 10 years ago

thanks, this looks useful. I'll merge it once you add the re.escape change.