Got this from your June 14th version of AoCBot. Thought it might help you out. Awesome work so far guys, keep it up!
-Hutchy
Unhandled exception in thread started by
Traceback (most recent call last):
File "libs\ircbot.py", line 247, in start
SimpleIRCClient.start(self)
File "libs\irclib.py", line 1104, in start
self.ircobj.process_forever()
File "libs\irclib.py", line 229, in process_forever
self.process_once(timeout)
File "libs\irclib.py", line 214, in process_once
self.process_data(i)
File "libs\irclib.py", line 183, in process_data
c.process_data()
File "libs\irclib.py", line 571, in process_data
self._handle_event(Event(command, prefix, target, [m]))
File "libs\irclib.py", line 594, in _handle_event
self.irclibobj._handle_event(self, event)
File "libs\irclib.py", line 326, in _handle_event
if handler[1](connection, event) == "NO MORE":
File "libs\irclib.py", line 1043, in _dispatcher
getattr(self, m)(c, e)
File "C:\Users\Administrator\Desktop\aocbot\IRCBot.py", line 47, in on_pubmsg
'con': connection}
File "AoCBot.py", line 154, in dispatch
plugin.event(data)
File "C:\Users\Administrator\Desktop\aocbot\PluginBase.py", line 152, in event
self.on_ircchan(data['con'], message, channel, user)
File "plugins\EchoBot.py", line 6, in on_ircchan
print "<%s>: %s" % (channel, user, message)
TypeError: not all arguments converted during string formatting
Logged In: YES
user_id=2119156
Originator: YES
Ignore this, turns out it was an error caused by me not the newer files!