All pastes #2121054 Raw Edit

Anonymous

public python v1 · immutable
#2121054 ·published 2012-02-23 16:05 UTC
rendered paste body
__module_name__ = "helloworld" __module_version__ = "1.0" __module_description__ = "Python module example" def filter_twitter(word, word_eol, userdata):	if userdata.nick == "REPLACE ME" && "twitter" in word:		return xchat.EAT_ALLxchat.hook_server("msg", filter_twitter)