Send nick_fail if the new nick is in use and the padded nick is the same as the old one
This commit is contained in:
parent
403f7d0942
commit
ae6ad0a5b9
2 changed files with 8 additions and 1 deletions
|
@ -371,5 +371,5 @@ func formatIRCError(msg *irc.Message) string {
|
|||
}
|
||||
|
||||
func printMessage(msg *irc.Message, i *irc.Client) {
|
||||
log.Println(i.GetNick()+":", msg.Prefix, msg.Command, msg.Params, msg.LastParam())
|
||||
log.Println(i.GetNick()+":", msg.Prefix, msg.Command, msg.Params)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue