jmasta Beginner
Joined: 03 Oct 2006 Posts: 11
|
Posted: Tue Oct 03, 2006 4:32 pm
Creating/uncreating a gag in one alias |
Here's what i have from two of my Tiny Fugue aliases, and i want to convert it to zmud. When I fire what I came up with, it doesn't ungag the gag it makes.
/alias cw /def -ag -mregexp -t"Real Life, yea, right" cgag%; \
/send cwho%;/repeat -2 1 /undef cgag
/alias cw2 /def -ag -mregexp -t"Real Life, yea, right" cgag%; \
/def -ag -mregexp -t"Linkdead Room" cgag2%; \
/send cwho%;/repeat -2 1 /undef cgag%;/repeat -2 1 /undef cgag2
Basically, the first one gags people not online, sends "cwho", (showing everyone online or linkdead in my clan) then ungags it. So i could actually type 'cwho' instead of 'cw' and see everyone in the clan. The 2nd one just gags those who are linkdead as well as off line. Any help would be greatly appreciated.
Thanks, Jmasta |
|