I was wondering if there's any way to entirely turn off the ScrLk/Pause feature. I use ScrLk as the hotkey to change PCs on my KVM switch, and it messes up...
Could it be feasible to somehow enable a user to specify multiple triggers at once? For instance I have a long list of people's names that I colour red (or...
Sounds like you want to use a regular expression trigger, which gives you a lot more power over what the trigger matches against. You can look in Beip's help...
There appears to be no help regarding regular expression in the help file (which seems to have to be renamed to Beip.chm from the original BeipMU.chm as...
Hmm, it should be in there. In the index I see it as 'Regular Expressions (see also PCRE)' and it's also linked to in the Trigger Dialog. Or just go to...
I'd love to know where in the help you found it; I did a search for 'expression' and 'regular' and neither came up. I don't see where in the Trigger dialog...
If you download http://www.beipmu.com/Beip.chm and go to the index and look for 'Regular Expressions' it's there. It should be in the one you have also, too...
I just looked at http://www.beipmu.com/Beip.chm and in the index 'Regular Expressions' is right there in the list... dunno how else show it... Does everyone...
The version given by that link differs to the one available by using the regular download method. The new one has the PCRE, but the old one doesn't. No...
I'm going to make it so that the imaging.dll isn't required on XP on up but was curious if there was anyone left that still needs imaging.dll in that case. Let...
Doesn't it also allow the transfer of images over the net? ... -- Eric Merz Ceralor Entąrę Doesn't it also allow the transfer of images over the net? On...
It's related. Imaging.dll just displays the images, but the file transfer code works with any file type (I sent a new copy of BeipMU.exe that way once for...
I say go for it, then! ... -- Eric Merz Ceralor Entąrę I say go for it, then! On 8/11/05, BeipMU Dev < beipdev@... > wrote: It's related. Imaging.dll...
Actually seems simple enough, use the OR symbol | to do your matches. Person1|Person2|Person3|Person4 Of course, if you're looking to highlight guests, Guest1,...
Yep, when the splash screen is a jpg/gif.. which is why I'll try to keep it working. Worst case you have to turn your splash screen into a bmp. -Bennet ... on...
BeipMU is the simplest client in the world, but then I'm not computer illiterate. What would it show? How to add worlds? If it were concerning things like...
Does BeipMU have a way to play a sound on activity? Or perhaps this could be implemented in a future version? Even just a simple 'Ding' would be sufficient....
... I asked this question once a long time ago and I found out that all you need to do is create a trigger that is simply '.*' (without the apostrophes,...
Start a trigger. Set the trigger text to be: . (Just like that, a period all by itself on the line, no other spaces etc) Click the 'sound' tab and select the...
Of course, the down side to this is that it makes the sound whether the window is active or not, which I suppose could get annoying. But it's better than...
Bah, sorry for the chain posting... But if you check 'only when' and select the 'away' radio button, then it... you guessed it, only triggers when you're away....
I'm still curious what everyone wants to know about the scripting that the help file doesn't talk about. I'd be happy to have samples of common things, but...
Oh, bah... I forgot the regular expressions checkbox... I knew I was forgetting /something/. ... -- No. Do, or do not. There is no try. Excitement? Adventure?...
Got a question about using regex matching! Um... Basically, how do I pop the result from a search in an alias to the output? Regex: \[[^\[\]](.+)[^\[\]]\] ...
... Aliases use \N "backreference" syntax for that. Because the text is the first parenthesized part of the math, your output should be: spoof OOC: \1 That...
What I've always used was \# where # is a variable for the specific piece of text. Input text: "( This is a spoof )" Regex filter: \( (*)\1 \) Output: Spoof...
I tried this myself, with odd results. Alias -- ^ooc "(.*)\1 Alias for -- : (OOC) telepaths, ~ \1 ~ Text entered -- ooc "Meep Output -- Palshife (OOC)...