Forgot an import.

This commit is contained in:
Jeremy Fincher 2004-07-26 05:39:44 +00:00
parent 6fbe52a600
commit dc4d78774d
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ import supybot.irclib as irclib
import supybot.plugins as plugins
import supybot.ircmsgs as ircmsgs
import supybot.ircutils as ircutils
import supybot.registry as registry
def addressed(nick, msg, prefixChars=None, whenAddressedByNick=None):
"""If msg is addressed to 'name', returns the portion after the address.