mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-22 02:52:00 -08:00
disable no-topic reply
This commit is contained in:
parent
0f6ee63e6e
commit
a17490e801
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue