Skip to content

Instantly share code, notes, and snippets.

@SomeoneWeird
Created June 25, 2012 04:04
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 SomeoneWeird/2986434 to your computer and use it in GitHub Desktop.
Save SomeoneWeird/2986434 to your computer and use it in GitHub Desktop.
var bot = new irc.Client('irc.freenode.net', 'nick', {
debug: false,
channels: [ channel ],
floodProtection: true
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment