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.

Telnet

From ZNC
Revision as of 06:42, 1 April 2012 by DarthGandalf (talk | contribs) (Created page with "{{External Module}} This module allows you to open persistent telnet connections, which are not closed even when you disconnect from ZNC. == Installing == The code for this ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This module allows you to open persistent telnet connections, which are not closed even when you disconnect from ZNC.

Installing

The code for this module can be found here (raw). Save it to telnet.cpp and follow the Compiling modules page to compile it.

Usage

Arguments

This user module takes no arguments.

Read loading modules to learn more about loading modules.

Commands

  • Connect - Open new connection to the given host/port.
  • Close
  • Empty - Send empty line (since it's not an easy task using /msg).
  • List - List active connections.

ChangeLog

2012-04-01

First version

Note

Contact DarthGandalf on irc://irc.freenode.net/#znc, or DGandalf on irc://irc.efnet.org/#znc for bug reports and suggestions.