diff options
Diffstat (limited to 'app/Main.hs')
-rw-r--r-- | app/Main.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Main.hs b/app/Main.hs index 46af6cf..c4240c4 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -5,8 +5,8 @@ import qualified Network.Socket as N -- network myServer = "irc.netwichtig.de" :: String myPort = 6667 :: N.PortNumber -myChannels = ["#shelly-testing", "#shelly"] :: [String] -myNick = "shelly" :: String +myChannels = ["#nais-testing", "#nais"] :: [String] +myNick = "nais" :: String main :: IO () main = runBirch myServer myPort myNick myChannels |