Created
March 11, 2013 15:35
-
-
Save lbjay/5135092 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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