topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday April 25, 2024, 10:05 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - checkitout [ switch to compact view ]

Pages: [1]
1
Mircryption / Re: Ignore messages containing a special word
« on: May 21, 2006, 08:36 AM »
fixed it now, copyed the code in ownstuff.nns


thxalot for that bit of help, everythings working now, like i wanted it to.

next time i'll check #mircryption, befor posting here.

cu
checkitout

2
Mircryption / Re: Ignore messages containing a special word
« on: May 21, 2006, 07:17 AM »
thx mouser for your patiance, I didn't read through your whole code, I'm sorry.
Now I found this piece of code:
;if ($5 == hidethis) {
  ;  ; this test hides all lines (incoming, actions, outgoing, everything - which starts with the word hidethis)

and I guess I'll manage to modify it the way I want it to work.

thxalot!

3
Mircryption / Re: Ignore messages containing a special word
« on: May 21, 2006, 05:00 AM »
nope aint working either :(

4
Mircryption / Ignore messages containing a special word
« on: May 21, 2006, 03:58 AM »
Hi Guys,


first of all a big thanx for this great pice of software!

I'm trying to ignore a line of text, when it contains a word, let us say it's "fuckoff".
Well I read through the script code, and got to a section where it says "if you had your own stuff you wanted to do to incoming text, you would do it to %m here" well thats what I did: I inserted:
     
 if (%m($1-,/\bfuckoff\b/iS)) {
        haltdef
      }


But somehow it wont work..... I guess I should notice that I'm not too familiar with mirc scripting. So I'd be glad if someone could correct my code, or tell me how to manage my issue.




Greets,
checkitout

Pages: [1]