To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.
Online
This is an external module. Please note that it may or may not work with the current release (1.9.1). This module is not included in the default ZNC installation, and you will need to manually compile it before you can load this module. Contact the author if you have any questions, but feel free to ask in #znc on Libera.Chat. Someone might be able to help you there. |
This module creates a channel which shows all users that are currently connected to znc.
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.