|
Caled Sorcerer
Joined: 21 Oct 2000 Posts: 821 Location: Australia
|
Posted: Tue Apr 22, 2008 12:46 am
gagging my input. |
I used to use #gag to do this, but it is playing up a bit in some circumstances.
I'd really like a command like #SENDRAW that parses the command yet does not echo it.
(#sendraw neither parses nor echoes commands).
Any solutions?
(Using oninput trigs is not an option as I only want to hide specific command echos -sometimes-) |
|
_________________ Athlon 64 3200+
Win XP Pro x64 |
|
|
|
chris-74269 Magician
Joined: 23 Nov 2004 Posts: 364
|
Posted: Tue Apr 22, 2008 1:53 am |
the only way I've found to do this is to first do your parsing on a variable then use #sendraw
$inputs=%function.....()
#sendraw $inputs |
|
|
|
Caled Sorcerer
Joined: 21 Oct 2000 Posts: 821 Location: Australia
|
Posted: Tue Apr 22, 2008 3:47 am |
Ah, thanks. Bit clunky but it'll do.
|
|
_________________ Athlon 64 3200+
Win XP Pro x64 |
|
|
|
|
|