Skip to content

Instantly share code, notes, and snippets.

@koi-chan
Created May 24, 2015 10:18
Show Gist options
  • Save koi-chan/22534b1297bfecd26486 to your computer and use it in GitHub Desktop.
Save koi-chan/22534b1297bfecd26486 to your computer and use it in GitHub Desktop.
loadmodule "extensions/m_webirc.so";
class "webirc" {
ping_time = 2 minutes;
number_per_ip = 10;
number_per_ip_global = 10;
max_number = 0;
sendq = 100kbytes;
};
auth {
# KiwiIRC
user = "*@127.0.0.1";
password = "WebIRC-Password";
spoof = "webirc.";
class = "webirc";
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment