Skip to content

Instantly share code, notes, and snippets.

@jameswritescode
Created October 15, 2013 01:27
Show Gist options
  • Select an option

  • Save jameswritescode/6985169 to your computer and use it in GitHub Desktop.

Select an option

Save jameswritescode/6985169 to your computer and use it in GitHub Desktop.
[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