This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit ad5c984c5e53ed26fb71b1bfa8af9bd1da0b7e8d | |
Author: Maniactwister <[email protected]> | |
Date: Mon Feb 23 18:06:27 2015 +0100 | |
Fixed dnsbl | |
diff --git a/modules/proxyscan/dnsbl.c b/modules/proxyscan/dnsbl.c | |
index d8f89fc..c10b064 100644 | |
--- a/modules/proxyscan/dnsbl.c | |
+++ b/modules/proxyscan/dnsbl.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
g++ -Wall -shared -fPIC -o libags_open_exe.so openexe.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
import hexchat | |
__module_name__ = "oper helpers" | |
__module_version__ = "0.1" | |
__module_description__ = "Helpertools for IRC operators" | |
def on_wallops(word, word_eol, userdata): | |
""" Move WALLOPS messages into a own tab """ |