Fixed bugz0r in the way stuff is printed.

This commit is contained in:
Jeremy Fincher 2004-02-18 12:15:04 +00:00
parent a97c961b0b
commit a7d83efbba
1 changed files with 2 additions and 1 deletions

View File

@ -212,7 +212,8 @@ class Config(callbacks.Privmsg):
name = privmsgs.getArgs(args)
name = self._canonicalizeName(name)
wrapper = getWrapper(name)
irc.reply(wrapper.default)
v = wrapper.__class__(wrapper.default, '')
irc.reply(str(v))
def reload(self, irc, msg, args):
"""takes no arguments