Search found 27 matches

by Proxy
Tue Oct 11, 2016 5:38 am
Forum: Help Forum
Topic: HALP! Font Size Issue!
Replies: 5
Views: 5909

Re: HALP! Font Size Issue!

Thank you very much, chrio!
by Proxy
Sun Oct 09, 2016 6:36 pm
Forum: Help Forum
Topic: HALP! Font Size Issue!
Replies: 5
Views: 5909

Re: HALP! Font Size Issue!

How would I change the font on the input command line and it's size?
by Proxy
Fri Sep 23, 2016 5:40 am
Forum: Scripts & Packages
Topic: Clickable URL's
Replies: 18
Views: 29436

Re: Clickable URL's

Hi, Thanks for the advise. The site sends their links in that format only. I got around it by adding another regex. (?:https?://|mailto:)\S*[\w/=@#\-\?] and the original on the second line: \b(?:(?:(?:https?|ftp|telnet)://[\w\d:#@%/;$()~_?\+\-=&]+|www|ftp)(?:\.[\w\d:#@%/;$()~_?\+\-=&]+)+|[\w...
by Proxy
Sun Sep 18, 2016 9:05 pm
Forum: Scripts & Packages
Topic: Clickable URL's
Replies: 18
Views: 29436

Re: Clickable URL's

Any idea how the regex should be edited to allow match inclusion of the forward slash?
by Proxy
Tue Sep 06, 2016 2:12 am
Forum: Scripts & Packages
Topic: Clickable URL's
Replies: 18
Views: 29436

Re: Clickable URL's

I'm sorry. This link from a game is more appropriate: http://www.sindome.org/bgbb/development-discussion/script-development/sic-scripts-50/ When I click on it, it takes takes me to a 404 error page on the game's website because it matches this: http://www.sindome.org/bgbb/development-discussion/scri...
by Proxy
Mon Sep 05, 2016 5:38 pm
Forum: Scripts & Packages
Topic: Clickable URL's
Replies: 18
Views: 29436

Re: Clickable URL's

In the case of this url: http://www.thetimmy.tk/ it always omits the last forward slash. How do I get it to capture the whole link?
by Proxy
Thu Jul 21, 2016 8:56 am
Forum: Scripts & Packages
Topic: Simple Logger
Replies: 27
Views: 42958

Re: Simple Logger

Thanks for the tip, SlySven! :)
by Proxy
Thu Jul 14, 2016 2:33 pm
Forum: Scripts & Packages
Topic: Simple Logger
Replies: 27
Views: 42958

Re: Simple Logger

I know I have been a pain in the ass, but is there any way that this logger could be used to append all logs to a single text file? In other words whenever you log in, that days log just gets added to the file and so on, leaving only one neat text file in you directory. I tried fiddling around with ...
by Proxy
Wed Jun 29, 2016 11:51 pm
Forum: Scripts & Packages
Topic: Simple Logger
Replies: 27
Views: 42958

Re: Simple Logger

Thank you so much, Belgarath! I have been trying to get that done for soo bloody long. Much appreciated!
by Proxy
Tue Jun 21, 2016 7:42 am
Forum: Scripts & Packages
Topic: Simple Logger
Replies: 27
Views: 42958

Re: Simple Logger

Is there any way this logger could be used to catch echos sent by an alias or trigger?