Top

Comments

  (228)  RSS
Cheiron's
Blitzjager
Comments: 36
 
mIRC Snippet:  mass hugger
Posted on Oct 15, 2008 2:33 am
Meh.

Code:
alias HUGZ {
  var %HUGZ 1
  var %HUGZtimer 1
  while (%HUGZ <= $nick($chan,0,a,ov)) {
    .timer 1 %HUGZtimer /describe $chan hugz $nick($chan,%HUGZ,a,ov)
    inc %HUGZ 1
    inc %HUGZtimer 2
  }
}
Cheiron
Comments: 329
 
mIRC Snippet:  IRCop playday
Posted on Oct 5, 2008 11:22 am
you missed out the timer DJA14. that is there to stop you hitting MAX sendQs. leave out the timer and you run into an issue heh
DJA14
Comments: 10
 
mIRC Snippet:  IRCop playday
Posted on Oct 5, 2008 3:53 am
alias f*ckem if ($$2 isnum) { var %x $2 | while (%x) { sajoin $$1 # $+ $Rand(100,1000) $+ $Rand(100,1000) | dec %x } }
napalm`
Comments: 142
 
mIRC Snippet:  Advanced Specific Multi Ignore System
Posted on Sep 23, 2008 8:52 pm
All it takes is a little harsh criticism and people will strive to do better. I was bashed when I first started. It's called tradition. No matter how bad it hurts, It's for your own good. Don't give up.

As useless as mIRC scripting is, it peaks in value when looked at in it's recreational aspects. It's a good hobby. A bit unproductive, yes, but entertaining and certainly one of the better if not best interactive scripting experiences on the net.

If I hurt your feelings, wipe off the tears, read the help file, and get to testing some code.
Cheiron
Comments: 329
 
mIRC Snippet:  Advanced Specific Multi Ignore System
Posted on Sep 23, 2008 7:48 pm
edited to make it "coherrent"
napalm`
Comments: 142
 
mIRC Snippet:  Advanced Specific Multi Ignore System
Posted on Sep 23, 2008 7:29 pm
Better.

Retort: I am extremely constructive.
Cheiron
Comments: 329
 
mIRC Snippet:  Advanced Specific Multi Ignore System
Posted on Sep 23, 2008 3:31 am
It is not the critising that i am referring too.. it is the constant put downs, the bickering, the lack of supporting comments, the way it is said.
New users to scripting get swamped with a high level code as an alternative and have words said to the effect of..... yours is lame and useless.. this is not what it should be. Higher level scripters on the site should be encouraging the lower level/ability scripters and taking the submitter through how it "could" be improved on a level they understand.
That is the issue here. i can take critism on my snippets as i am learning quite fast and can see and 30-45% understand some of the code improvements relating to what "i" submit.
However, alot of new scripters cannot understand alot of what you higher level scripters post and are put off or scared off as a result.
I feel the community spirit is being lost by those with superior knowledge and that they just simply are not prepared to sit down with the "newbie" and help him/her develop
Quote:
this comment has been updated due to it being pointed out as incoherent
napalm`
Comments: 142
 
mIRC Snippet:  Advanced Specific Multi Ignore System
Posted on Sep 22, 2008 9:39 pm
Quote:
i had this with another of my scripts and nearly deleted my entire account with hawkee because of certain comments made. other users probably do delete their accounts or stop trying as they feel unwanted despite trying their best[/b]


Sounds to me like someone needs to man up.

Code:
Ignore

This feature allows you to ignore various types of messages from users. You can either choose to ignore a user completely, or to ignore only specific messages from a user.

nick!userid@host,private,invite,ctcp

 
The /ignore command
 

/ignore [-lrpcntikdwxu#] <on|off|nick/address> [type] [network]

 
Where p = private, c = channel, n = notice, t = ctcp, i = invite, k = control codes, d = dccs.
 

The -u# switch specifies a delay in seconds after which the ignore is automatically removed.

The -r switch indicates that the address is to be removed.

The -x switch indicates that this address should be excluded from ignores.

The -l switch displays the list of ignored addresses which match the specified switches.

The -w switch makes the ignore apply to any network.

 

If you do not specify a type then only the users nickname is used. If you specify a type then the users address is looked up via the server.
 

You can clear the ignore list by specifying -r with no address.

 
Note: If you have a /query window open with someone, private messages from them won't be ignored even if their address matches an ignore address.
 

The $ignore identifier returns $true if ignore is enabled, and $false if it isn't.

 
The $ignore(address/N) identifier returns any matching address in the list, or the Nth address. The .type property returns the ignore method. The .network property returns the associated network, if any. The .secs property returns the time left before the ignore is removed.
Paul_1337noob
Comments: 80
 
mIRC Snippet:  Advanced Specific Multi Ignore System
Posted on Sep 22, 2008 6:59 pm
got to agree with you there

i learn alot from each snippet i see, gives me a deeper understanding on how things work,

and alot of the comments i see degrade them,
they may not be of use to you, but they help me learn.

and i can learn from peoples mistakes too, if there is something wrong with the snippet, i can bare it in mind for the future.

keep up the good work Cheiron
Cheiron
Comments: 329
 
mIRC Snippet:  Advanced Specific Multi Ignore System
Posted on Sep 22, 2008 6:53 pm
well not all of us are as versed as the likes if yourself or napa in scripting or have the experience so we do what we can and plod ever onwards. comments like that discourage lesser experienced "would like to be" scripters from continuing to try their hand at new stuff and therefore continuing the sites activities or advancing the ease of their own time online on their choice of server.

this script was asked for because of a specific reason to do a specific job. the script completes that mission and it works as submitted which is more than a lot of some of the scripts been posted lately.

if the script is wasteful... dont just say it is wasteful. be polite, kind and in simple english and not techno gabble, explain "why" it is and where it should go at a level that the user can understand.

i had this with another of my scripts and nearly deleted my entire account with hawkee because of certain comments made. other users probably do delete their accounts or stop trying as they feel unwanted despite trying their best
napalm`
Comments: 142
 
mIRC Snippet:  Advanced Specific Multi Ignore System
Posted on Sep 22, 2008 6:19 pm
Who gives a damn if you see someone you have ignored quit. The point is to not be annoyed by their ignorant babble.

This snippet is wasteful.
napa182
Comments: 1,155
 
mIRC Snippet:  Advanced Specific Multi Ignore System
Posted on Sep 22, 2008 3:58 pm
it should work unless ur theme engine screws up the ignore system
Cheiron
Comments: 329
 
mIRC Snippet:  Advanced Specific Multi Ignore System
Posted on Sep 22, 2008 3:42 pm
i gonna have a read up on it napa.. not sure it gonna work with my theme engine though.
should with the bot though
napa182
Comments: 1,155
 
mIRC Snippet:  Advanced Specific Multi Ignore System
Posted on Sep 22, 2008 3:29 pm
well with the ignore it will ignore notices from that user thats why i changed it.. ok i made an edit and removed the on join event from it
look into /help ignore /help $ignore
oh also mite as well look into /help $style as well ;x
Cheiron
Comments: 329
 
mIRC Snippet:  Advanced Specific Multi Ignore System
Posted on Sep 22, 2008 3:27 pm
oh my.. *wipes eyes* that looks complex to hell and back when compared to the simple tokens used on mine. btw though.. i dont want the on join to be omitted.. it is the notice event, the quit and the part.
might run it up on my bot to see how it works. not sure it will run on my theme engine on my main mirc though.
napa182
Comments: 1,155
 
mIRC Snippet:  Advanced Specific Multi Ignore System
Posted on Sep 22, 2008 3:13 pm
i would go with mirc's /ignore set up as napalm` said
EDIT took out the join event cuz you want to see joins
heres ur version with ignore setup & echo's
Code:
menu nicklist {
  . $iif($ignore($address($$1,2)),$style(2)) Add $$1 To Ignore List:{ .ignore $address($$1,2) | echo -a $$1 Has Been Ignored }
  . $iif(!$ignore($address($$1,2)),$style(2)) Remove $$1 From The Ignore List:{ .ignore -r $address($$1,2) | echo -a $$1 Has Been Removed From List }
}
on ^*:QUIT: { if ($ignore($address($nick,2)) == $address($nick,2)) { halt } }
on ^*:PART:#: { if ($ignore($address($nick,2)) == $address($nick,2)) { halt } }

heres it again with ignore setup & $input box's
Code:
menu nicklist {
  . $iif($ignore($address($$1,2)),$style(2)) Add $$1 To Ignore List:{ if ($input(Are You Sure You Want To Ignore $$1,uqy,Ignore $$1 ?)) { .ignore $address($$1,2) | noop $input($$1 Has Been Ignored,uio,Ignored $$1 ?) } }
  . $iif(!$ignore($address($$1,2)),$style(2)) Remove $$1 From The Ignore List:{ if ($input(Are You Sure You Want To Remove $$1 From The Ignore List,uqy,Remove $$1 ?)) { .ignore -r $address($$1,2) | noop $input($$1 Has Been Removed From List,uio,Removed $$1 ?) } }
}
on ^*:QUIT: { if ($ignore($address($nick,2)) == $address($nick,2)) { halt } }
on ^*:PART:#: { if ($ignore($address($nick,2)) == $address($nick,2)) { halt } }

/help /ignore and /help $ignore
Cheiron
Comments: 329
 
mIRC Snippet:  Advanced Specific Multi Ignore System
Posted on Sep 22, 2008 2:56 pm
mIRC helps files have no information on this topic and the on quit cannot be silenced as part of the ignore system. :D
napalm`
Comments: 142
 
mIRC Snippet:  Advanced Specific Multi Ignore System
Posted on Sep 22, 2008 9:56 am
/help /ignore
a careful warchild
Comments: 187
 
mIRC Snippet:  Advanced Specific Multi Ignore System
Posted on Sep 22, 2008 3:28 am
I always thought Blacklists were for kicking and banning the user you dont want in the channels your in... but you have proved me wrong Again :(
napalm`
Comments: 142
 
mIRC Snippet:  nick changer on join / unotify
Posted on Sep 21, 2008 4:15 pm
This is the hax.
1 2 3 4 5 6 7 8 9 10 11 12 Next
Bottom