Skip to content

Instantly share code, notes, and snippets.

@ahf
Created May 22, 2011 15:51
Show Gist options
  • Save ahf/985607 to your computer and use it in GitHub Desktop.
Save ahf/985607 to your computer and use it in GitHub Desktop.
atum :: ~ $ nc localhost 6667
NOTICE AUTH :*** Processing connection to irc.example.org ...
NOTICE AUTH :*** Looking up your hostname ...
NOTICE AUTH :*** Found your hostname (localhost) ...
NICK ahf
:irc.example.org 433 * ahf :Nickname is already in use.
NICK ahf_
:irc.example.org 433 * ahf_ :Nickname is already in use.
USER a b c d
NICK ahf__
:irc.example.org 001 ahf__ :Welcome to the Test ircd-novo server. Internet Relay Chat Network ahf__
:irc.example.org 002 ahf__ :Your host is FIXME, running version ircd-novo 0.1
:irc.example.org 375 ahf__ :- irc.example.org Message of the Day -
:irc.example.org 372 ahf__ :- This is ircd-novo's standard MOTD. You might want to replace it unless you want
:irc.example.org 372 ahf__ :- your friends to laugh at you.
:irc.example.org 372 ahf__ :-
:irc.example.org 372 ahf__ :- __________
:irc.example.org 372 ahf__ :- ( Auch ... )
:irc.example.org 372 ahf__ :- ----------
:irc.example.org 372 ahf__ :- o
:irc.example.org 372 ahf__ :- o
:irc.example.org 372 ahf__ :- ^__^ /
:irc.example.org 372 ahf__ :- (oo)\_______/ _________
:irc.example.org 372 ahf__ :- (__)\ )=( ____|_ \_____
:irc.example.org 372 ahf__ :- ||----w | \ \ \_____ |
:irc.example.org 372 ahf__ :- || || || ||
:irc.example.org 372 ahf__ :-
:irc.example.org 376 ahf__ :End of /MOTD command.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment