Lets unbreak #chan, shall we

This commit is contained in:
Juhani Haverinen 2015-05-29 20:21:25 +03:00
parent dffead9afd
commit b61df84841
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ def parse((line, irc)):
else:
irc.msg(chan, 'Usage #chan channel command')
elif matchcmd(cmdline, '#echo'):
if matchcmd(cmdline, '#echo'):
text = parsecmd(cmdline, '{text}')
irc.msg(reply, zwsp+text)
elif matchcmd(cmdline, '#op'):