X-Git-Url: http://git.pk910.de/?p=TransparentIRC.git;a=blobdiff_plain;f=transirc.conf;fp=transirc.conf;h=9729f84f3cc1f64fb819ea419e7dedad4ba6006c;hp=0000000000000000000000000000000000000000;hb=4fdc419424dd18df5807ed4218a84fa38e1dd6f6;hpb=1f2baa2e7b90ea83c5a0c93598e22e5063fc6d95 diff --git a/transirc.conf b/transirc.conf new file mode 100644 index 0000000..9729f84 --- /dev/null +++ b/transirc.conf @@ -0,0 +1,14 @@ + +"auth" { + "session_limit" = 2; + + "external" { + "enabled" = 1; + "execute" = "./login.php"; + // %U = Username + // %P = Password + // %N = Nick + "parameters" = "%U %P %N"; + "timeout" = 5; + }; +}; \ No newline at end of file