Online
| This is an external module. Please note that it may or may not work with the current release. Contact the author if you have any questions, but feel free to ask on IRC, someone might able to help you there, too. |
This module creates a channel which shows all users that are currently connected to znc.
Contents |
Installing
The code for this module can be found here. Save it to online.cpp and follow the Compiling modules page to compile it.
Usage
Arguments
This global module takes one arguments. The name of the channel, defaults to #*online.
Read loading modules to learn more about loading modules.
Configuration
Configuration currently not availabe.
Partyline
With Partyline enabled you can send messages to other users inside znc.
Contact
Contact via email.
Technical
A new channel (default: #*online) is available, all users which are connected to znc are listed there (even if they have left the channel). You'll automatically join when you connect to znc.
Nobody can post to the channel. (Because it's not a good idea since people can leave the room but are still listed there).
You can use this as a base for your own module.