Ueland / VikingBot

Vikingbot is yet another simple PHP based IRC bot with support for plugins and secure IRC servers. The bot requires Unix/Linux shell access with PHP support and SSL support in PHP for use against secure IRC servers.
GNU General Public License v3.0
40 stars 6 forks source link

[REQ] Add a configurable option for command activation. #1

Closed Pwn9 closed 12 years ago

Pwn9 commented 12 years ago

I've been playing around with your bot code and love it. Already written several plugins. One thing I was working on was a configurable option for getting the bot to respond. Using "!command" on my channels activates another bot I have running so changed it to +command, I think making that an option in the config array would be very handy. I'd pitch in but my coding is pretty messy and i'm not familiar with using Github.

Ueland commented 12 years ago

Hi and thanks for the tip,

Agreed, should go pretty fast to implement it so i will try to get it in before the weekend. :)

Ueland commented 12 years ago

I have pushed new code now that has support for changing the command prefix. Simply add the config option 'prefix' to your config.php (check config.dist.php for example) and it should work.