Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
Log a bot message to the main log.
src/b/3/b3-1.9.2/b3/plugins/admin.py b3(Download)
client.message('^7You are now a %s' % group.name) self.bot('^7Created %s %s - %s', group.name, client.name, client.guid) return True
src/b/i/big-brother-bot-HEAD/b3/plugins/admin.py big-brother-bot(Download)
client.message('^7You are now a %s' % group.name) self.bot('^7Created %s %s - %s', group.name, client.name, client.guid) return True