Skip to content

Instantly share code, notes, and snippets.

@jorilallo
Created July 10, 2011 06:46
Show Gist options
  • Save jorilallo/1074337 to your computer and use it in GitHub Desktop.
Save jorilallo/1074337 to your computer and use it in GitHub Desktop.
>>> 'NICK = jori'
>>> 'USER jorilallo jorilallo localhost :Jori Lallo'
<<< ':localhost 375 = :Welcome to new IRC! -- leah ()'
<<< ':localhost 376 = :End of /MOTD command.'
<<< ':localhost 001 = :Welcome to localhost'
<<< ':localhost 002 = :Your host is localhost, running version 0.0.1'
<<< ':localhost 003 = :This server was created 2011-07-10 06:43:35.799950'
<<< ':localhost 004 = localhost :0.0.1 w n'
>>> 'MODE = +i'
<<< ':localhost 472 = :Unknown MODE flag.'
>>> 'WHOIS = jori'
Unknown command. Line - WHOIS = jori
>>> 'MODE = +i'
<<< ':localhost 472 = :Unknown MODE flag.'
>>> 'WHOIS = jori'
Unknown command. Line - WHOIS = jori
>>> 'NICK jori'
127.0.0.1 - - [10/Jul/2011 01:43:44] "GET /live/?cursor=null&_=1310280213972 HTTP/1.0" 200 143 10.026277
SESSION KEY 4ceadc7c8c17cb227edd850eede3d296
USER ID 1
CHANNELS ['channel:1', 'channel:2', 'channel:10', 'channel:6', 'user:1']
>>> 'JOIN #test'
<<< ":NickServ!NickServ@localhost NOTICE = :Hi =! Looks like you're new. Want to create an account?"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment