#1
|
|||
|
|||
Sending channels to another window
I\'d like to send all channels to another window.
I found the script below on the zmud forum, any know enough about zmud to tweak this pattern for Nodeka? Thanks, Aden Code:
#VAR comms {tell|say|gossip|chat|yell|shout|whisper} {tell|say|gossip|chat|yell|shout|whisper} {Windoze} This is the variable of keywords of your channels, add/remove as you see fit. #TRIGGER {^* {@comms}*: \"%*\"$} {#CAP 1 Tells} {Windoze} 517 #TRIGGER {^* {@comms}*:$ \"%*\"$} {#CAP 2 Tells} {Windoze} 517 #TRIGGER {^* {@comms}*:$ \"%*$ %*\"$} {#CAP 3 Tells} {Windoze} 517 #TRIGGER {^* {@comms}*:$ \"%*$ %*$ %*\"$} {#CAP 4 Tells} {Windoze} 517 #TRIGGER {^* {@comms}*:$ \"%*$ %*$ %*$ %*\"$} {#CAP 5 Tells} {Windoze} 517 #TRIGGER {^* {@comms}*:$ \"%*$ %*$ %*$ %*$ %*\"$} {#CAP 6 Tells} {Windoze} 517 |
|
|