mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
Start ignoring !balance from blackbaba in public channels
This commit is contained in:
parent
c51f0ea00b
commit
a22ead7f32
1 changed files with 3 additions and 0 deletions
|
@ -108,6 +108,9 @@ for modulename in modulenames:
|
|||
|
||||
def GetBalance(link,cmd):
|
||||
nick=link.user.nick
|
||||
if link.group and nick.startswith('blackbab'):
|
||||
link.send_private("Stop spamming the public channel")
|
||||
return
|
||||
try:
|
||||
balance,confirming = RetrieveBalance(link)
|
||||
sbalance = AmountToString(balance)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue