Created
October 15, 2013 01:27
-
-
Save jameswritescode/6985169 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
| [3] pry(#<RubyServ::IRC>)> RubyServ::IRC::Client.create(@socket, nickname: 'testing', hostname: 'test.ing', username: 'test', realname: 'test', modes: '') | |
| >> :0RS UID testing 0 0 + test test.ing 0 0RSSR0002 :test | |
| => #<RubyServ::IRC::Client:0x007f8103e74d30 | |
| @hostname="test.ing", | |
| @modes="", | |
| @nickname="testing", | |
| @realname="test", | |
| @socket=#<TCPSocket:fd 8>, | |
| @uid="0RSSR0002", | |
| @username="test"> | |
| [4] pry(#<RubyServ::IRC>)> :00AAAAAAK NOTICE 0RSSR0002 :Welcome to Zaphyous, testing! Here on Zaphyous, we provide services to enable the registration of nicknames and channels! For details, type /msg NickServ help and /msg ChanServ help. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment