make it compile
This commit is contained in:
parent
9cecd94fc2
commit
142c40889b
@ -760,7 +760,7 @@ func (self *nntpConnection) handleLine(daemon *NNTPDaemon, code int, line string
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ValidMessageID(msgid) {
|
if ValidMessageID(msgid) {
|
||||||
if daemon.database.IsBanned(msgid) {
|
if daemon.database.ArticleBanned(msgid) {
|
||||||
// article banned
|
// article banned
|
||||||
conn.PrintfLine("439 %s article banned from server", msgid)
|
conn.PrintfLine("439 %s article banned from server", msgid)
|
||||||
} else if daemon.store.HasArticle(msgid) {
|
} else if daemon.store.HasArticle(msgid) {
|
||||||
|
Reference in New Issue
Block a user