Addec multiple channel private key support to Irssi SILC client.
[silc.git] / apps / irssi / silc.conf
index 79935c350423d5eb965047efa5bac09c50eb9933..e8741573fa62039c5001892072a57bde07e8b8bb 100644 (file)
@@ -21,12 +21,17 @@ channels = (
   { name = "#silc"; chatnet = silcnet; autojoin = No; }
 );
 
+#
+# Keyboard bindings (BIND command)
+#
+keyboard = (
+  { key = "meta-K"; id = "command"; data = "key channel * change"; }
+); 
+
 #
 # Your favorite aliases
 #
 aliases = {
-  JOIN = "join";
-  QUERY = "query";
   LEAVE = "part";
   BYE = "quit";
   EXIT = "quit";
@@ -83,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,
@@ -126,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"; };
       };
     };