This commit is contained in:
Jay
2018-09-21 13:37:39 +08:00
parent 50b0983831
commit d6af7b3ccb
2 changed files with 26 additions and 2 deletions
+1
View File
@@ -179,6 +179,7 @@ func ircHandle(c *irc.Client, m *irc.Message) {
m.Params[0],
},
}
fmt.Println("< ", tmp.String())
client.WriteMessage(tmp)
}
}