Telnet
Jump to navigation
Jump to search
This is an external module. Please note that it may or may not work with the current release (1.8.2). 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 on #znc (chat.freenode.net). Someone might be able to help you there. |
This module allows you to open persistent telnet connections, which are not closed even when you disconnect from ZNC.
Installing[edit]
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[edit]
Arguments
This user module takes no arguments.
Read loading modules to learn more about loading modules.
Commands[edit]
- 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[edit]
2012-04-01[edit]
First version
Note[edit]
Contact DarthGandalf on irc://irc.freenode.net/#znc for bug reports and suggestions.