Skip to content

Instantly share code, notes, and snippets.

@ss23
Created June 13, 2011 17:06
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 ss23/1023196 to your computer and use it in GitHub Desktop.
Save ss23/1023196 to your computer and use it in GitHub Desktop.
ss23@Crisp ~/irc_node $ node irc.js
[2011-5-14 2:15:52]-> NICK ss23bot
[2011-5-14 2:15:52]-> USER ss23 ss23`bot ss23`bot :ss23`bot
14 Jun 02:15:52 - Adding
[2011-5-14 2:15:52]<- :irc.ss23.geek.nz NOTICE AUTH :*** Looking up your hostname...
14 Jun 02:15:52 - Adding
[2011-5-14 2:15:52]<- :irc.ss23.geek.nz NOTICE AUTH :*** Found your hostname (cached)
14 Jun 02:15:52 - Adding
[2011-5-14 2:15:52]<- :irc.ss23.geek.nz NOTICE AUTH :*** Checking ident...
node.js:134
throw e; // process.nextTick error, or 'error' event on first tick
^
TypeError: Property '0' of object , is not a function
at EventEmitter._tickCallback (node.js:126:26)
ss23@Crisp ~/irc_node $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment