|
Yamabushi Apprentice
Joined: 29 Jul 2003 Posts: 101 Location: USA
|
Posted: Mon Nov 22, 2004 9:04 pm
Ideas for additions to Zmud |
Ok, first of let me tell you. Zmud is the best thing since sliced bread in the way of clients.
Having that out of the way, just a couple ideas I thought of that would be cool in later editions.
1. Allowing for multiple status windows. Personally I could see using two windows, as of now, I think you can only use one.
2. Allowing for triggers that capture more than one word, without using a * wildcard to do it.
If anyone else has more ideas, please share them. As I think it'd be cool to share some of what people are looking for. |
|
_________________ Yama |
|
|
|
a5hi5m Beginner
Joined: 04 Mar 2004 Posts: 24 Location: Australia
|
Posted: Mon Nov 22, 2004 9:32 pm |
im sure you can trigger off / capture more than 1 word without using * as it is at the moment.
^([a-z~-~'~, ]) for example will capture more than that. |
|
_________________ Smoking@BatMUD |
|
|
|
Broksonic Novice
Joined: 16 Mar 2001 Posts: 38 Location: USA
|
Posted: Tue Nov 30, 2004 12:39 am |
Not sure what your looking for in "status windows" but i have mine setup with 4 different windows now (1 uses about 3/4 of the screeen and 3 down the right side) The 3 capture text from different channels of conversation, and i log them all. I moded the script from this finished script file a bit (even though this one was very well written)
http://forums.zuggsoft.com/phpbb/viewtopic.php?t=16707
Might want to check it out and see if it will do what you want. |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Tue Nov 30, 2004 9:30 am |
The answer for your second item is simply adjust the the position of the parenthesis. You can do patterns like this:
The quick ((%w) (%w)) jumped over the (%w).
%1 would be the first %w
%2 the second %w
%3 would be the first 2 %w's
%4 the fourth |
|
_________________ The only good questions are the ones we have never answered before.
Search the Forums |
|
|
|
Lorette Beginner
Joined: 08 Sep 2004 Posts: 23
|
|
_________________ Lorette |
|
|
|
|
|