Anonymous
public python v1 · immutable__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)