mirror of https://github.com/dirtbags/moth.git
Turn off kevin debugging
This commit is contained in:
parent
4b176a363a
commit
4de0f9c088
|
@ -13,8 +13,6 @@ from ctf.flagd import Flagger
|
||||||
nobody = '\002[nobody]\002'
|
nobody = '\002[nobody]\002'
|
||||||
|
|
||||||
class Kevin(irc.Bot):
|
class Kevin(irc.Bot):
|
||||||
debug = True
|
|
||||||
|
|
||||||
def __init__(self, host, flagger, tokens, victims):
|
def __init__(self, host, flagger, tokens, victims):
|
||||||
irc.Bot.__init__(self, host,
|
irc.Bot.__init__(self, host,
|
||||||
['kevin', 'kev', 'kevin_', 'kev_', 'kevinm', 'kevinm_'],
|
['kevin', 'kev', 'kevin_', 'kev_', 'kevinm', 'kevinm_'],
|
||||||
|
|
Loading…
Reference in New Issue