mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 09:19:23 +01:00
automode: send delacc confirmations from the right client
Also bold some parts of the output for easier viewing.
This commit is contained in:
parent
8608c72b16
commit
372e7fb405
@ -277,7 +277,7 @@ def delacc(irc, source, args):
|
|||||||
del dbentry[mask_entry]
|
del dbentry[mask_entry]
|
||||||
removed.append(mask_entry)
|
removed.append(mask_entry)
|
||||||
|
|
||||||
irc.reply('Done. Removed %d entries on %s: %s' % (len(removed), channel, ', '.join(removed)))
|
reply(irc, 'Done. Removed \x02%d\x02 entries on \x02%s\x02: %s' % (len(removed), channel, ', '.join(removed)))
|
||||||
|
|
||||||
# Remove channels if no more entries are left.
|
# Remove channels if no more entries are left.
|
||||||
if not dbentry:
|
if not dbentry:
|
||||||
|
Loading…
Reference in New Issue
Block a user