Addec multiple channel private key support to Irssi SILC client.
[silc.git] / apps / irssi / silc.conf
index 38c4e1c32c0a06f0460762a2e2de2e83dcd253c8..e8741573fa62039c5001892072a57bde07e8b8bb 100644 (file)
@@ -21,6 +21,13 @@ channels = (
   { name = "#silc"; chatnet = silcnet; autojoin = No; }
 );
 
+#
+# Keyboard bindings (BIND command)
+#
+keyboard = (
+  { key = "meta-K"; id = "command"; data = "key channel * change"; }
+); 
+
 #
 # Your favorite aliases
 #
@@ -81,7 +88,8 @@ statusbar = {
 
     # treated "normally", you could change the time/user name to whatever
     time = "{sb $Z}";
-    user = "{sb $cumode$N{sbmode $usermode}{sbaway $A}}";
+    user = "{sb $cumode$N{sbaway $A}}";
+    usermode = " {sbusermode $usermode}";
     topic = " $topic";
 
     # treated specially .. window is printed with non-empty windows,
@@ -124,7 +132,8 @@ statusbar = {
         window_empty = { };
         lag = { priority = "-1"; };
         act = { priority = "10"; };
-        more = { priority = "-1"; alignment = "right"; };
+        usermode = { priority = "-1"; };
+        more = { priority = "10"; alignment = "right"; };
         barend = { priority = "100"; alignment = "right"; };
       };
     };