mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
disable no-topic reply
This commit is contained in:
parent
0f6ee63e6e
commit
a17490e801
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user