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

From ZNC
Jump to navigation Jump to search

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.