Jabberbot

2013-11-13 Thread Matt Graves
I'm using the jabberbot library and there is not a whole lot of documentation on it. Does anyone have experience with this library? This is basically the only example given: - from jabberbot import JabberBot, botcmd import datetime class SystemInfoJabberBot(JabberBot

Re: Jabberbot

2013-11-13 Thread Mark Lawrence
On 13/11/2013 16:12, Matt Graves wrote: I'm using the jabberbot library and there is not a whole lot of documentation on it. Does anyone have experience with this library? [snip code from http://thp.io/2007/python-jabberbot/] I cannot figure out how I would have it simulate a conversation

Re: Jabberbot

2013-11-13 Thread Matt Graves
On Wednesday, November 13, 2013 11:32:24 AM UTC-5, Mark Lawrence wrote: On 13/11/2013 16:12, Matt Graves wrote: I'm using the jabberbot library and there is not a whole lot of documentation on it. Does anyone have experience with this library? [snip code from http://thp.io/2007

Re: Jabberbot

2013-11-13 Thread Mark Lawrence
On 13/11/2013 16:42, Matt Graves wrote: On Wednesday, November 13, 2013 11:32:24 AM UTC-5, Mark Lawrence wrote: On 13/11/2013 16:12, Matt Graves wrote: I'm using the jabberbot library and there is not a whole lot of documentation on it. Does anyone have experience with this library