Fixed minor style bug

This commit is contained in:
Jeremy Fincher 2003-03-31 09:27:15 +00:00
parent aa9c867b14
commit 2ce7729916

View File

@ -325,4 +325,5 @@ def whois(nick):
def invite(channel, user): def invite(channel, user):
return IrcMsg(command='INVITE', args=(channel, user)) return IrcMsg(command='INVITE', args=(channel, user))
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: # vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: