mirror of
https://github.com/tomoko-dev9/nntpchan.git
synced 2026-06-02 04:44:53 +02:00
don't always use lowercase
This commit is contained in:
@@ -736,8 +736,7 @@ func (self *httpFrontend) handle_postRequest(pr *postRequest, b bannedFunc, e er
|
||||
}
|
||||
}
|
||||
|
||||
// always lower case newsgroups
|
||||
board := strings.ToLower(pr.Group)
|
||||
board := pr.Group
|
||||
|
||||
// post fail message
|
||||
banned, err = self.daemon.database.NewsgroupBanned(board)
|
||||
|
||||
Reference in New Issue
Block a user