|
How to make complicated BitchX slap?
I want the end result to be looking like:
/me throws 192837373 perls regexps at Dicho's head to get his attention
I've made a bash script that gives me the rand number, but I can't do the aliasing.. How can I embed one command in another?
/alias slap1 /me throws /exec -o rand perls regexps at $0's head to get his attention
does what I expect without executing the rand program. It shows:
16:27 @ivanatora throws /exec -o rand perls regexps at LSD25's head to get his attention
..
So, the /exec -o rand is threated as a part of the text, not the command that should be executed. Any solutions?
|