Created
July 10, 2011 06:46
-
-
Save jorilallo/1074337 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>> '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