Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(12) | Call(12) | Derive(0) | Import(0)
src/b/3/b3-1.9.2/b3/parsers/cod.py b3(Download)
admin.message('%s^7 unbanned but has no punkbuster id' % client.exactName) else: _name = self.stripColors(client.exactName) result = self.write(self.getCommand('unban', name=_name, reason=reason)) if admin:
src/b/3/b3-1.9.2/b3/parsers/iourt41.py b3(Download)
return name = self.stripColors(match.group('name')) cid = int(match.group('cid')) client = self.getByCidOrJoinPlayer(match.group('cid'))
return name = self.stripColors(match.group('name')) cid = int(match.group('cid')) client = self.getByCidOrJoinPlayer(match.group('cid'))
return name = self.stripColors(match.group('name')) cid = int(match.group('cid')) client = self.getByCidOrJoinPlayer(match.group('cid'))
src/b/i/big-brother-bot-HEAD/b3/parsers/cod.py big-brother-bot(Download)
admin.message('%s^7 unbanned but has no punkbuster id' % client.exactName) else: _name = self.stripColors(client.exactName) result = self.write(self.getCommand('unban', name=_name, reason=reason)) if admin:
src/b/i/big-brother-bot-HEAD/b3/parsers/iourt41.py big-brother-bot(Download)
return name = self.stripColors(match.group('name')) cid = int(match.group('cid')) client = self.getByCidOrJoinPlayer(match.group('cid'))
return name = self.stripColors(match.group('name')) cid = int(match.group('cid')) client = self.getByCidOrJoinPlayer(match.group('cid'))
return name = self.stripColors(match.group('name')) cid = int(match.group('cid')) client = self.getByCidOrJoinPlayer(match.group('cid'))
src/b/3/b3-1.9.2/b3/parsers/et.py b3(Download)
if client.exactName != match.group('name'): client.exactName = match.group('name') client.setName(self.stripColors(client.exactName)) return b3.events.Event(b3.events.EVT_CLIENT_JOIN, None, client) else:
client.exactName = match.group('name') client.name = self.stripColors(client.exactName) self.clients.update(client)
src/b/i/big-brother-bot-HEAD/b3/parsers/et.py big-brother-bot(Download)
if client.exactName != match.group('name'): client.exactName = match.group('name') client.setName(self.stripColors(client.exactName)) return b3.events.Event(b3.events.EVT_CLIENT_JOIN, None, client) else:
client.exactName = match.group('name') client.name = self.stripColors(client.exactName) self.clients.update(client)