mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01:00
Fixed a typo in a variable which caused an exception
This commit is contained in:
parent
049839cda0
commit
9f96715768
@ -287,7 +287,7 @@ class Words(callbacks.Privmsg, configurable.Mixin):
|
||||
secondsEllapsed = time.time() - game.timeGuess
|
||||
if secondsEllapsed > game.timeout:
|
||||
self.endGame(channel)
|
||||
self.newhangman(irc, msg, args)
|
||||
self.hangman(irc, msg, args)
|
||||
else:
|
||||
irc.error(msg, 'Sorry, there is already a game going on. '
|
||||
'%s left before timeout.' % utils.nItems('seconds',
|
||||
|
Loading…
Reference in New Issue
Block a user