Skip to content

Instantly share code, notes, and snippets.

View Xtravaganz's full-sized avatar
🏠
Working from home

Xtravaganz Xtravaganz

🏠
Working from home
View GitHub Profile
@v4lli
v4lli / fish.cpp
Created October 10, 2017 08:28
ZNC Fish Module with OpenSSL 1.1 patches (10/10/2017)
#include "znc/main.h"
#include "znc/User.h"
#include "znc/Nick.h"
#include "znc/Modules.h"
#include "znc/Chan.h"
#include "znc/IRCNetwork.h"
#include <string.h>
using std::pair;
using std::map;