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: Difference between revisions

From ZNC
Jump to navigation Jump to search
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 ..."
 
 
Line 20: Line 20:


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

Latest revision as of 21:05, 21 May 2017

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 for bug reports and suggestions.