Update vote kick commands

This commit is contained in:
adator
2024-09-01 18:55:30 +02:00
parent 2ce19ee877
commit 3ba884216f
2 changed files with 184 additions and 153 deletions

View File

@@ -198,7 +198,7 @@ class Clone():
case 'clone':
option = str(cmd[1]).lower()
if len(option) == 1:
if len(command) == 1:
self.Irc.send2socket(f':{dnickname} NOTICE {fromuser} :/msg {dnickname} clone connect 6')
self.Irc.send2socket(f':{dnickname} NOTICE {fromuser} :/msg {dnickname} clone kill [all | nickname]')
self.Irc.send2socket(f':{dnickname} NOTICE {fromuser} :/msg {dnickname} clone join [all | nickname] #channel')