3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 09:19:23 +01:00

clientbot: more descriptive default hostmasks

This commit is contained in:
James Lu 2016-07-22 22:52:06 -07:00
parent 734db841f1
commit 91310164be

View File

@ -74,7 +74,7 @@ class ClientbotWrapperProtocol(Protocol):
f('USER %s 8 * %s' % (ident, # TODO: per net realnames or hostnames aren't implemented yet.
conf.conf["bot"].get("realname", "PyLink Clientbot")))
def spawnClient(self, nick, ident='null', host='null', realhost=None, modes=set(),
def spawnClient(self, nick, ident='unknown', host='unknown.host', realhost=None, modes=set(),
server=None, ip='0.0.0.0', realname=None, ts=None, opertype=None,
manipulatable=False):
"""