瀏覽代碼

ops, pass all arguments and not just the first one

Ralf S. Engelschall 20 年之前
父節點
當前提交
aab8dcb239
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ircii/rse.rc

+ 1 - 1
ircii/rse.rc

@@ -135,7 +135,7 @@ alias away {
             ^assign alias.away no
         }
     } {
-        //^away $0
+        //^away $*
         ^assign alias.away yes
     }
 }