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.

Partyline: Difference between revisions

From ZNC
Jump to navigation Jump to search
>Rnabioullin
Added etymology, just for fun.
Zarthus (talk | contribs)
No edit summary
Line 1: Line 1:
{{DISPLAYTITLE:partyline}}
{{DISPLAYTITLE:partyline}}
{{Core Module | version = 0.043}}
 
{{ambox | type = delete | text = '''Partyline is retired'''.<br/>
<small>The Partyline module has been retired from ZNC version 1.8. There is no alternative, though you can go back through the git history to re-obtain the module if you still need it.</small>}}
 
Partyline is like a small internal IRC network inside your bouncer. It allows any user connected to your bouncer to chat with other users. This is a global module. The etymology of this module's name stems from the historical arrangement in telephony referred to as a [http://en.wikipedia.org/wiki/Party_line_(telephony) party line].
Partyline is like a small internal IRC network inside your bouncer. It allows any user connected to your bouncer to chat with other users. This is a global module. The etymology of this module's name stems from the historical arrangement in telephony referred to as a [http://en.wikipedia.org/wiki/Party_line_(telephony) party line].



Revision as of 13:49, 12 June 2019


Partyline is like a small internal IRC network inside your bouncer. It allows any user connected to your bouncer to chat with other users. This is a global module. The etymology of this module's name stems from the historical arrangement in telephony referred to as a party line.

Usage

Arguments

This global module takes any number of arguments. The arguments are a list of channel names which users join automatically.

Read loading modules to learn more about loading modules.

Commands

When this module is loaded it watches user input for channels starting with ~ (tilde)

This means that you can /join ~#channel and the module will catch this and join you to the internal channel without forwarding that message on to IRC. Anyone connected to your ZNC will be able to join any ~#channel with eachother regardless of which irc network they are connected to.

You can also /msg ?zncuser to have a private chat with another user connected to your ZNC.

list

To get a list of available channels you can use /msg *partyline list:

<prozac> list
<*partyline> +---------+-------+
<*partyline> | Channel | Users |
<*partyline> +---------+-------+
<*partyline> | ~#foo   | 1     |
<*partyline> | ~#znc   | 2     |
<*partyline> +---------+-------+