home | codereading | contact | math | misc | patches | tech


IRC telnet

Start connecting to telnet with the following command:

$ telnet <server> <port>

Telnet will output a bunch of server notices and messages. When it gets ready for input, type:

NICK username
USER username 0 * :telnet username
JOIN #channel

OBS.: You have to type it fast, since the connection can be lost before you make login.