Top

Comments

  (2)  RSS
BusyElf's
Korvin
Comments: 238
 
mIRC Snippet:  snowball
Posted on Feb 18, 2008 1:34 pm
on *:text:!snow *:#: {


thats all you need, you only use one if for $1, so that would be sufficient, currently, to do the same thing, you have:

on *:text:*snow*:#: {
if $1 == ! $+ snow {
jonesy44
Comments: 1,072
 
mIRC Snippet:  snowball
Posted on Feb 18, 2008 1:27 pm
Not bad at all for a first script, although i suggest using

Code:
.timer ..

rather than:
Code:
./timer


Just my preference, not sure if it makes a small bit off difference in the long run =)


~TH
Bottom