added channel rejoin faker (session recover)
[TransparentIRC.git] / transirc.conf
index 9729f84f3cc1f64fb819ea419e7dedad4ba6006c..cfd4d2003e34a92b132e9961ad7535e5e095ba92 100644 (file)
         "parameters" = "%U %P %N";
         "timeout" = 5;
     };
-};
\ No newline at end of file
+};
+"server" {
+    "host" = "127.0.0.1";
+    "port" = 6667;
+    "ssl" = 0;
+};
+"session" {
+    "timeout" = 300;
+};