mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
Send the "you must be registered/admin" to the channel if appropriate
It seems many people miss the /msg
This commit is contained in:
parent
566631bc38
commit
762c7650a7
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue