aboutsummaryrefslogtreecommitdiff
path: root/irc.go
diff options
context:
space:
mode:
Diffstat (limited to 'irc.go')
-rw-r--r--irc.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/irc.go b/irc.go
index c6fe3ad..a5d6723 100644
--- a/irc.go
+++ b/irc.go
@@ -86,11 +86,6 @@ func ircBotSession() error {
if c.Nick != config.IRC.Nick {
continue
}
- _, err = logAndWriteLn("PRIVMSG #chat :test")
- if err != nil {
- readLoopError <- err
- return
- }
default:
}
}