Skip to content

Instantly share code, notes, and snippets.

View TingPing's full-sized avatar
💭
I may be slow to respond.

Patrick TingPing

💭
I may be slow to respond.
View GitHub Profile
--- configure.in.orig 2013-08-09 18:07:38 -0400
+++ configure.in 2013-08-09 18:13:15 -0400
@@ -665,6 +665,11 @@
CXXFLAGS="$CXXFLAGS -Zc:wchar_t-"
AC_DEFINE(_CRT_SECURE_NO_WARNINGS)
AC_DEFINE(_CRT_NONSTDC_NO_WARNINGS)
+ elif test "$_CC_MAJOR_VERSION" = "17"; then
+ _CC_SUITE=11
+ CXXFLAGS="$CXXFLAGS -Zc:wchar_t-"
+ AC_DEFINE(_CRT_SECURE_NO_WARNINGS)
import hexchat
__module_name__ = 'SASL workaround'
__module_author__ = 'TingPing'
__module_version__ = '0'
__module_description__ = 'Workaround for sasl on inspircd servers'
# This bug has been fixed already in git, but this will work on 2.9.6
def auth_cb(word, word_eol, userdata):
if ',' in word[1]:
use strict;
use warnings;
use Glib;
use Gtk2 -init;
##############################
# Copyright 2012, Colby Vanden Toorn
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by