get rid of unneeded print statements
This commit is contained in:
parent
75f653f1c3
commit
bf94cc23b4
2
main.py
2
main.py
|
@ -76,8 +76,6 @@ class Server(BaseServer, DuckLogic):
|
|||
for i in chans.list():
|
||||
await self.send(build("JOIN", [i]))
|
||||
elif line.command == "PRIVMSG":
|
||||
print(line.params)
|
||||
print(line.hostmask.nickname)
|
||||
if line.params[1][0] == '%':
|
||||
cmd = line.params[1].split(' ')[0][1:]
|
||||
chan = line.params[0]
|
||||
|
|
Loading…
Reference in New Issue