Skip to content

Instantly share code, notes, and snippets.

@pavellishin
Created June 21, 2012 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pavellishin/95a24456914eb2a38fbc to your computer and use it in GitHub Desktop.
Save pavellishin/95a24456914eb2a38fbc to your computer and use it in GitHub Desktop.
Subway bug
15:52:26 JOIN | subwaybone (~subway@a.vodkamat.com) has joined #netomat
15:52:29 subwaybone | subway!
15:52:34 subwaybone | definitely has bugs
15:52:48 john | ops please
15:53:16 -- | Mode #netomat [+o john] by pavel
15:53:21 QUIT | john has kicked subwaybone (john)
15:53:21 JOIN | subwaybone (~subway@a.vodkamat.com) has joined #netomat
15:53:24 @pavel | lol :(
15:53:31 @john | :P
15:53:33 @pavel | that's interesting
15:53:36 @pavel | it rejoined
15:53:39 @pavel | but i don't see it in the browser
15:53:57 @pavel | don't touch him for a few minutes
15:53:59 QUIT | john (~john@ms.john) has left #netomat ("Leaving")
15:53:59 @pavel | need to enter a bug report
15:54:04 JOIN | john (~john@ms.john) has joined #netomat
21 Jun 15:53:16 - MODE:#netomat sets mode: +o [17/871]
Event +mode sent
{ channel: '#netomat',
by: 'pavel',
mode: 'o',
argument: 'john',
message:
{ prefix: 'pavel!~pavel@gubmint.moobox.netomat.net',
nick: 'pavel',
user: '~pavel',
host: 'gubmint.moobox.netomat.net',
command: 'MODE',
rawCommand: 'MODE',
commandType: 'normal',
args: [ '#netomat', '+o' ] } }
debug - websocket writing 5:::{"name":"+mode","args":[{"channel":"#netomat","by":"pavel","mode":"o","argument":"john","message":{"prefix":"pavel!~pavel@gubmint.moobox.netomat.net","nick":"pavel","user":"~pavel","host":"gubmint.moobox.n
etomat.net","command":"MODE","rawCommand":"MODE","commandType":"normal","args":["#netomat","+o"]}}]}
21 Jun 15:53:21 - SEND: JOIN #netomat
Event join sent
{ channel: '#netomat', nick: 'subwaybone' }
debug - websocket writing 5:::{"name":"join","args":[{"channel":"#netomat","nick":"subwaybone"}]}
Event topic sent
{ channel: '#netomat',
topic: 'http://i.imgur.com/HX8dC.png',
nick: 'taavi' }
debug - websocket writing 5:::{"name":"topic","args":[{"channel":"#netomat","topic":"http://i.imgur.com/HX8dC.png","nick":"taavi"}]}
Event names sent
{ channel: '#netomat',
nicks:
{ subwaybone: '',
john: '@',
jay: '@',
edg: '@',
pavel: '@',
OperServ: '@' } }
debug - websocket writing 5:::{"name":"names","args":[{"channel":"#netomat","nicks":{"subwaybone":"","john":"@","jay":"@","edg":"@","pavel":"@","OperServ":"@"}}]}
21 Jun 15:53:21 - SEND: MODE #netomat
Event message sent
{ from: 'pavel', to: '#netomat', text: 'lol :(' }
debug - websocket writing 5:::{"name":"message","args":[{"from":"pavel","to":"#netomat","text":"lol :("}]}
Event message sent
{ from: 'john', to: '#netomat', text: ':P' }
debug - websocket writing 5:::{"name":"message","args":[{"from":"john","to":"#netomat","text":":P"}]}
Event message sent
{ from: 'pavel', to: '#netomat', text: 'that\'s interesting' }
debug - websocket writing 5:::{"name":"message","args":[{"from":"pavel","to":"#netomat","text":"that's interesting"}]}
Event message sent
{ from: 'pavel', to: '#netomat', text: 'it rejoined' }
debug - websocket writing 5:::{"name":"message","args":[{"from":"pavel","to":"#netomat","text":"it rejoined"}]}
Event message sent
{ from: 'pavel',
to: '#netomat',
text: 'but i don\'t see it in the browser' }
debug - websocket writing 5:::{"name":"message","args":[{"from":"pavel","to":"#netomat","text":"but i don't see it in the browser"}]}
debug - emitting heartbeat for client 159908002784162764
debug - websocket writing 2::
debug - set heartbeat timeout for client 159908002784162764
debug - got heartbeat packet
debug - cleared heartbeat timeout for client 159908002784162764
debug - set heartbeat interval for client 159908002784162764
Event message sent
{ from: 'pavel',
to: '#netomat',
text: 'don\'t touch him for a few minutes' }
debug - websocket writing 5:::{"name":"message","args":[{"from":"pavel","to":"#netomat","text":"don't touch him for a few minutes"}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment