mirror of
https://github.com/jeremyd/ergo.git
synced 2026-06-12 15:53:31 -07:00
disable no-topic reply
This commit is contained in:
+2
-1
@@ -129,7 +129,8 @@ func (channel *Channel) IsEmpty() bool {
|
||||
|
||||
func (channel *Channel) GetTopic(replier Replier) {
|
||||
if channel.topic == "" {
|
||||
replier.Reply(RplNoTopic(channel))
|
||||
// clients appear not to expect this
|
||||
//replier.Reply(RplNoTopic(channel))
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user