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
39 stars 6 forks source link

VikingBot does not respond to ctcp requests #16

Closed grantwwoodford closed 9 years ago

grantwwoodford commented 10 years ago

Missing this functionality can result in the bot being banned in some channels.

Bot needs to respond to some various /ctcp requests.

/ctcp [nick] ping /ctcp [nick] version /ctcp [nick] finger /ctcp [nick] userinfo /ctcp [nick] clientinfo

hashworks commented 9 years ago

Pro-Tip: Let VikingBot connect over a bouncer like ZNC. The bouncer will take care of the CTCP stuff.

Ueland commented 9 years ago

SImple and easy solution, the less the bot has to worry about the better.

hashworks commented 9 years ago

I'll take a look on it tomorrow, if it's as simple as Ping? Pong! I'll include it.