Skip to content

Instantly share code, notes, and snippets.

@lbjay
Created March 11, 2013 15:35
Show Gist options
  • Save lbjay/5135092 to your computer and use it in GitHub Desktop.
Save lbjay/5135092 to your computer and use it in GitHub Desktop.
INFO 2013-03-11T10:56:11 supybot tea called by "mistym!~mistym@pdpc/sup
porter/active/mistym".
ERROR 2013-03-11T10:56:11 supybot Uncaught exception in ['tea'].
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/supybot/callbacks.py", line 1180,
in _callCommand
self.callCommand(command, irc, msg, *args, **kwargs)
File "/usr/lib/pymodules/python2.6/supybot/utils/python.py", line 86,
in g
f(self, *args, **kwargs)
File "/usr/lib/pymodules/python2.6/supybot/callbacks.py", line 1166, in callCommand
method(irc, msg, *args, **kwargs)
File "/home/zoia/supybot/supybot-plugins/edsu-plugins/Assorted/plugin.py", line 1070, in tea
tea = teas[randint(0, len(teas))]
IndexError: list index out of range
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment