mirror of
https://github.com/ergochat/ergo.git
synced 2024-12-22 18:52:41 +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) {
|
func (channel *Channel) GetTopic(replier Replier) {
|
||||||
if channel.topic == "" {
|
if channel.topic == "" {
|
||||||
replier.Reply(RplNoTopic(channel))
|
// clients appear not to expect this
|
||||||
|
//replier.Reply(RplNoTopic(channel))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user