Archived
1
0
Fork 0

Added IRC connection and initialisation stuff.

This commit is contained in:
Julien Dessaux 2009-08-06 00:11:14 +02:00
parent 45ebb68aa0
commit b9c8e4d404
4 changed files with 34 additions and 5 deletions

View file

@ -10,7 +10,7 @@ import Hsbot.Core
kro = IrcServer
{ address = "kro.corp"
, port = 6667
, channels = ["#geek"]
, channels = ["#geek", "#shbot"]
, nickname = "hsbot"
, password = ""
, realname = "The One True bot, with it's haskell soul."