Guest User

Untitled

a guest
Apr 26th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. import ircbot
  2. import structs/ArrayList
  3.  
  4. chans := ArrayList<String> new()
  5. chans add ("#offtopic")
  6. bot := IrcBot new("76.73.53.189", 6667, "ooctest", chans)
Add Comment
Please, Sign In to add comment