Selaa lähdekoodia

ops, pass all arguments and not just the first one

Ralf S. Engelschall 20 vuotta sitten
vanhempi
commit
aab8dcb239
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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
     }
 }