mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-30 22:24:20 +01:00
Removed the trailing ' :: ' from pgpkey
This commit is contained in:
parent
ecdcc63756
commit
d9e3a199b0
@ -405,7 +405,7 @@ class Http(callbacks.Privmsg):
|
|||||||
if len(pgpkeys) == 0:
|
if len(pgpkeys) == 0:
|
||||||
irc.reply(msg, 'No results found for %s.' % search)
|
irc.reply(msg, 'No results found for %s.' % search)
|
||||||
else:
|
else:
|
||||||
irc.reply(msg, 'Matches found for %s: %s' % (search, pgpkeys))
|
irc.reply(msg, 'Matches found for %s: %s' % (search, pgpkeys[:-4]))
|
||||||
|
|
||||||
Class = Http
|
Class = Http
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user