fonts notice

This commit is contained in:
Gordon Shumway 2019-04-20 00:09:42 -04:00 committed by GitHub
parent 372f6c911b
commit 6e857997fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -778,7 +778,7 @@ class ASCII(callbacks.Plugin):
List fonts in the tdfiglet font directory.
"""
reply = ", ".join(sorted(os.listdir("/usr/local/share/tdfiglet/fonts/")))
irc.reply(reply, prefixNick=False)
irc.reply(reply, prefixNick=False, private=True, notice=True)
fonts = wrap(fonts)
Class = ASCII