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

Add an admin user config array #33

Closed hashworks closed 9 years ago

hashworks commented 9 years ago

It bugs me that normal users see admin commands in help. Let's filter them out by strpos password and admin nicks configured in the config file.

PS: I'll post stuff I'll work on over the next days. Feel free to implement them if you find time.

Ueland commented 9 years ago

I have also given you permission to push directly to this repository now as you have been a great contributor the last days, so feel free to push directly if you want to :+1:

hashworks commented 9 years ago

Thanks!