Terminus-Project / Terminus-Bot

A scriptable IRC bot written in Ruby.
http://terminus-bot.net/
Other
38 stars 18 forks source link

Change the layout of regex/regex_handler settings, possibly combine settings into one block? #69

Open dakotawhitevalley opened 10 years ago

dakotawhitevalley commented 10 years ago

You have to uncomment out the buffer size of the regex script in two different parts of terminus-bot.conf in order to enable the script, causing confusion for users who thought it was already enabled. Aka, line 288 configures the max buffer size, located near the top of the file, then again at line 614, near the bottom.

kabaka commented 9 years ago

Would rather fix this with a README change, and possibly improved output on start (if the current output is not clear enough).