Revert "Make #chan ... #echo ... use the specified channel"

This reverts commit 8672227e98.
This commit is contained in:
Juhani Haverinen 2015-05-11 22:19:23 +03:00
parent cce2f836c7
commit 27342873d7
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@ def parse((line, irc)):
if matchcmd(cmdline, '#echo'):
text = parsecmd(cmdline, '{text}')
irc.msg(chan, zwsp+text)
irc.msg(reply, zwsp+text)
elif matchcmd(cmdline, '#op'):
args = parsecmd(cmdline, '{args}')
chmode(irc, chan, nick, '+o', args.split(' '))