Sfoglia il codice sorgente

poor color choice

tags/v0.1
Ben Kurtovic 13 anni fa
parent
commit
259fcb575a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      irc/commands/help.py

+ 1
- 1
irc/commands/help.py Vedi File

@@ -28,6 +28,6 @@ def do_command_help():
info = this_command.__doc__

if info:
actions.say(data.chan, "\x02%s\x0F: Info for command \x0303%s\x0301: \x0302%s\x0301" % (data.nick, command, info))
actions.say(data.chan, "\x02%s\x0F: Info for command \x0303%s\x0301: %s" % (data.nick, command, info))
else:
actions.say(data.chan, "\x02%s\x0F: Sorry, no information for \x0303%s\x0301." % (data.nick, command))

Caricamento…
Annulla
Salva