Explorar el Código

ops, pass all arguments and not just the first one

Ralf S. Engelschall hace 20 años
padre
commit
aab8dcb239
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
     }
 }