This commit is contained in:
Shivaram Lingamneni
2019-02-13 13:22:00 -05:00
parent 7438c89d6b
commit 4c7a5585db
2 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -2411,7 +2411,7 @@ func topicHandler(server *Server, client *Client, msg ircmsg.IrcMessage, rb *Res
if len(msg.Params) > 1 {
channel.SetTopic(client, msg.Params[1], rb)
} else {
channel.SendTopic(client, rb)
channel.SendTopic(client, rb, true)
}
return false
}