|
Aselarin Beginner
Joined: 23 Jul 2005 Posts: 26
|
Posted: Sat Jul 16, 2011 2:42 am
chat capture and gag |
i get it captured ok, but i want the prompt removed from the new window it's sent to,
any suggestions ?
(68 H 38 M): ### Arwin just flashed, "adw sup".
and one more thing, when i use the command
#c+ tells
#c -
is there a way to disable the on-screen display
Capture text ON
Capture text OFF |
|
|
|
charneus Wizard
Joined: 19 Jun 2005 Posts: 1876 Location: California
|
Posted: Sat Jul 16, 2011 4:40 am |
You can set up triggers in your chat windows to gag the prompt. Probably going to be the easiest solution.
The capture text on and off messages are information messages. Either go through preferences and turn them off permanently (it'd be under session/scripting I believe) or you can do:
#CALL %pref("echomessages",0)
before the #C+ tells
and then
#CALL %pref("echomessages",1)
after the #C-
Hope this helps. |
|
|
|
Fizgar Magician
Joined: 07 Feb 2002 Posts: 333 Location: Central Virginia
|
Posted: Sun Jul 17, 2011 3:16 pm |
Other alternatives:
1. Check to see if the MU*'s prompt is configurable and allows the addition of a carriage return at the end of it. This will put the prompt on its' own line removing it from the capture all together.
2. Set up a trigger that will split the prompt and anything that follows it into two separate lines. The newly created trigger should have a very low priority. This option will allow you to create triggers you can anchor better as long as their priority is higher than the prompt line splitter trigger. Some times this method can be a bit of a pain to get dialed in properly.
What Charneus suggested will most likely be the easiest thing to do however. |
|
_________________ Windows Vista Home Premium SP2 32-bit
AMD Athlon Dual Core 4400+ 2.31 GHz
3 GB RAM
CMUD 3.34 |
|
|
|
|
|