Skip to content

Instantly share code, notes, and snippets.

commit ad5c984c5e53ed26fb71b1bfa8af9bd1da0b7e8d
Author: Maniactwister <git@s7t.de>
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
@ManiacTwister
ManiacTwister / README
Last active August 29, 2015 14:06
AGS Plugin: Open executables
g++ -Wall -shared -fPIC -o libags_open_exe.so openexe.cpp
@ManiacTwister
ManiacTwister / oper.py
Last active December 21, 2015 22:09
Hexchat plugin collection
# -*- 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 """