Search found 35 matches

by hogarius
Tue Sep 16, 2014 12:24 am
Forum: General Forum
Topic: Mudlet 3.0.0-alpha
Replies: 118
Views: 134445

Re: Mudlet 3.0.0-alpha

Actually, it looks like tabs are being converted to spaces on incoming text from the server, and not on text sent to the server from Mudlet. Which is good, because I do need to send tab characters to the authentication server. And, it looks like one can substitute \s+? for \t in a trigger regex patt...
by hogarius
Mon Sep 15, 2014 11:15 pm
Forum: General Forum
Topic: Mudlet 3.0.0-alpha
Replies: 118
Views: 134445

Re: Mudlet 3.0.0-alpha

Triggers are not responding to tab characters (\t) in a Perl reg-ex pattern specification. I think Mudlet is stripping the \t now for you. Hmm. This is not good. The Simutronics authentication server uses the tab character as a delimiter between data elements. For example, if you send "C"...
by hogarius
Sun Sep 14, 2014 3:44 pm
Forum: General Forum
Topic: Mudlet 3.0.0-alpha
Replies: 118
Views: 134445

Re: Mudlet 3.0.0-alpha

Triggers are not responding to tab characters (\t) in a Perl reg-ex pattern specification.
by hogarius
Sat Dec 28, 2013 2:13 pm
Forum: Help Forum
Topic: Multiline trigger on Absence of something?
Replies: 3
Views: 3249

Re: Multiline trigger on Absence of something?

Can you scan for the kobold in both cases, whether you see where she goes or not?

If so, you wouldn't need two triggers.
by hogarius
Tue Dec 03, 2013 11:24 am
Forum: General Forum
Topic: Link to home page
Replies: 5
Views: 4415

Re: Link to home page

It looks like the link to the home page on the top header of the forum is down.
by hogarius
Sat Nov 30, 2013 2:24 am
Forum: General Forum
Topic: Link to home page
Replies: 5
Views: 4415

Link to home page

Something that's always bugged me, ever since some months ago when I began following these forums... There's no link from the forums back to the main web page at http://www.mudlet.org . If one wants to return to the Mudlet home page, one must go back to the browser's address bar and type in the URL....
by hogarius
Mon Sep 23, 2013 2:28 am
Forum: Whatever
Topic: Spam.
Replies: 27
Views: 18767

Re: Spam.

We appreciate your efforts, Vadi.
by hogarius
Sun Sep 22, 2013 1:55 pm
Forum: Whatever
Topic: Spam.
Replies: 27
Views: 18767

Re: Spam.

It's gotten really bad in the last 12 hours or so. The forums have pretty much been rendered useless.
by hogarius
Fri Sep 20, 2013 1:02 pm
Forum: Whatever
Topic: Spam.
Replies: 27
Views: 18767

Spam.

I'm sorry to see that your website is getting increasingly autospammed.
by hogarius
Sat Aug 17, 2013 12:47 am
Forum: Help Forum
Topic: Perl Regex Help Needed
Replies: 22
Views: 14184

Re: Perl Regex Help Needed

send("b "..maches[2]..

should be

send("b "..matches[2]..