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)...
These might sound like pet-hates, but I think they may be useful: 1) An option to set a maximum length for lines of output before they wrap around to the next...
I think we've got you covered: 1) In the output or history window settings (you can right click the windows and do 'settings' for an easy way to get here),...
Beip on WINE is nasty nasty. For Qt, try KMuddy. For GTK, try Kildclient. For console, try TinyFugue. I've tried a-many clients on Linux, and those are the...
Trebuchet is great in its own ways, and has many features, but it looks terrible. Nothing is native to modern applications, for example Ctrl-A does not select...
I decided to dive in and make some JS scripts for BeipMU. However, I'm running into an issue when it comes to puppets. I'm not sure how to control those via...
Ah, that's because window.connection.puppet does not exist. I never exposed puppets into the object model. Same with reconnect. I could easily add in a...
I use HTML logging combined with the midnight rollover for the logs. The logfiles aren't actually getting their HTML extension, though. If the rollover is...
In the older versions under Windows XP, if I hit enter after being disconnected, it prompts me to reconnect. With this version, under 2000, pushing enter...
With builds greater than 174 on Windows XP SP2, I've experienced a very frequent problem with BeipMU not blinking on the taskbar when new activity is received....
Ah, I remember you having the problem and I'm glad you have a lead to follow now. Minimizing.. hmm I changed the activity code after 174 to fix a bug where if...
First off, thank you very much for such a quick response. n.n Now, a few issues with the 2.00.178 build. First off, reconnecting by hitting enter no longer...
BeipMU experiences a bug with text notification when minimizing under a specific set of circumstances in Windows XP SP2 (and possibly other operation systems)....
Thanks! Ah, you caught two bugs in one swoop there! The reason the connection menu doesn't update is because puppets don't send connect/connecting events! So...
Got it. It wasn't obvious to me, but when you click the taskbar the window is 'deactivated' in a different way. When minimizing using the taskbar there is...
I just stumbled upon a new entry in the 'Options' menu in the 178 build called 'Room Window'. I'm curious exactly what that's for and how it can be utilized. ...
Thank you! Puppets now do indeed trigger onConnect events. However, there's another issue, now. It seems that window.connection.world, .character, and .puppet...
Oops, that wasn't really meant to be public. It's an experimental idea that's implimented on one muck where room names and descriptions have special tags...
I was wondering about that too. I could try to implement that into my MUCK, if you want another way of testing it, though I'm sure you have testing stuffs...