Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

Commit

Permalink
[Whenis] respond properly to nonexistant events
Browse files Browse the repository at this point in the history
  • Loading branch information
aquarion committed Jan 22, 2012
1 parent 347897e commit 2006926
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lampstand/reactions/whenis.py
Expand Up @@ -96,11 +96,12 @@ def howLong(self, match):


print event
eventClass = event[2]

# Then give up
if event == None:
return "No idea, sorry. There's a list of stuff I know about at http://www.maelfroth.org/events.php"

eventClass = event[2]

print event
eventName = event[1]
Expand Down

0 comments on commit 2006926

Please sign in to comment.