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] Plugin to Export the list of currently logged in users #9

Open DaWooster opened 12 years ago

DaWooster commented 12 years ago

I've got a moderately popular website and forum, but activity in the chatroom is near dead. But, I figure if people knew who was chatting at any given time they might be more encouraged to pop in.

Anyways, I was trying to create the plugin myself but I'm afraid my comprehension is not what it should be. I can parse/write the needed output file given a string to embed on the forums/main site, but getting Vikingbot to trigger upon a person entering/leaving, running /NAMES #[channel name], and then reading the output of that command it's been quite aggravating.

Thank-you in advanced for at least reading this.