Merge pull request 'Lower nickname in Jeopardy cashout' (#25) from jeopardylower into master
Reviewed-on: #25
This commit is contained in:
commit
e300f71370
@ -102,7 +102,7 @@ func (w *WatIntegration) Jeopardy(m *irc.Message, msgargs []string) {
|
|||||||
// host = we could use some WHO logic to find the host, but assuming nickname lookup to be sufficient here
|
// host = we could use some WHO logic to find the host, but assuming nickname lookup to be sufficient here
|
||||||
// create = based on the above, maybe rather not create Watbot players based on only a nick?
|
// create = based on the above, maybe rather not create Watbot players based on only a nick?
|
||||||
// but it expects someone to have played with Watbot before to be eligible for Jeopardy cashout ..
|
// but it expects someone to have played with Watbot before to be eligible for Jeopardy cashout ..
|
||||||
player := w.db.User(name, "", false)
|
player := w.db.User(strings.ToLower(name), "", false)
|
||||||
if player.Nick == "" {
|
if player.Nick == "" {
|
||||||
fmt.Printf("Player %s does not exist in Watbot, skipping cashout.\n", name)
|
fmt.Printf("Player %s does not exist in Watbot, skipping cashout.\n", name)
|
||||||
continue
|
continue
|
||||||
|
Loading…
Reference in New Issue
Block a user