mirror of
https://github.com/Death916/combo.git
synced 2026-04-10 03:04:41 -07:00
Add files via upload
This commit is contained in:
parent
b8e9c03272
commit
bd6d7519e4
1 changed files with 2 additions and 1 deletions
3
combo.py
3
combo.py
|
|
@ -36,7 +36,7 @@ def ping():
|
||||||
def send(msg, target):
|
def send(msg, target):
|
||||||
sock.send(bytes("PRIVMSG " + target + " :" + msg + "\n", "UTF-8"))
|
sock.send(bytes("PRIVMSG " + target + " :" + msg + "\n", "UTF-8"))
|
||||||
|
|
||||||
#def combo():
|
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|
@ -81,6 +81,7 @@ def main():
|
||||||
print('restart')
|
print('restart')
|
||||||
join(channel)
|
join(channel)
|
||||||
join(channel2)
|
join(channel2)
|
||||||
|
send("restart", channel2)
|
||||||
start_time = time.time()
|
start_time = time.time()
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue