Send the "you must be registered/admin" to the channel if appropriate

It seems many people miss the /msg
This commit is contained in:
moneromooo 2015-01-12 17:12:46 +00:00
parent 566631bc38
commit 762c7650a7

View file

@ -20,7 +20,7 @@ idles = []
cleanup = dict()
def SendToProxy(nick,chan,msg):
SendTo(nick,msg)
SendTo(GetSendTo(nick,chan),msg)
def RunRegisteredCommand(nick,chan,ifyes,yesdata,ifno,nodata):
if nick not in calltable: