Top

Comments

  (17)  RSS
AndrewMiller17's
BigBen
Comments: 16
 
mIRC Snippet:  Andrew's Relay Script
Posted on Feb 11, 2007 4:57 pm
or have it set to what u want the bot to put it in, like #LogChannel
BigBen
Comments: 16
 
mIRC Snippet:  Andrew's Relay Script
Posted on Feb 11, 2007 4:56 pm
instead of useing 'chan' use $chan it works better
F*U*R*B*Y*
Comments: 592
 
mIRC Snippet:  Andrew's Extra Stuff
Posted on Dec 13, 2006 2:04 am
sorry for the lateness, but i was just browsing thru snippets and saw an error

Code:

alias addaop {
 .auser aop $2
 .msg $2 I have added you to my Auto Oper List.
 echo -a Added $2 to your Auto Oper List.
 if ($me isop $chan)
 /mode # +o $2
 else { echo -a You must have mod to perform this task.
}


your missing a ending braket
therannmann2000
Comments: 8
 
mIRC Snippet:  Andrew's Command Line
Posted on Feb 21, 2006 4:28 pm
I see .action and .say, but nothing for private messages. Maybe a .msg also, or .msg INSTEAD of .say (so you can .msg $chan, or .msg $nick). Other than that, looks like everything is well done :D
anthalus
Comments: 70
 
mIRC Snippet:  Andrew's Relay Script
Posted on Oct 3, 2005 12:20 pm
#relay on at the bottom should be #relay end. Also you forgot a { right after menu *. Also, if it should check to make sure that the nick that is using the relay is in both channels, especially the channel that the info is relayed to, as most channels will not allow msg from outside the channel.
Noutrious
Comments: 353
 
mIRC Snippet:  Andrew's Command Line
Posted on Oct 3, 2005 7:02 am
Pretty god job! ;)
Bushak
Comments: 1
 
mIRC Snippet:  Andrew's Relay Script
Posted on Oct 2, 2005 10:57 pm
replace your '|' with $chr(125)
AndrewMiller17
Comments: 31
 
mIRC Snippet:  Andrew's Relay Script
Posted on Oct 2, 2005 8:51 pm
Fixed.
AndrewMiller17
Comments: 31
 
mIRC Snippet:  Andrew's Log System
Posted on Oct 2, 2005 8:47 pm
Fixed.
KuTsuM
Comments: 140
 
mIRC Snippet:  Andrew's Relay Script
Posted on Oct 2, 2005 2:26 pm
" .msg 'chan' |$nick| Parts: _($chan)_ $fulladdress "
That won't show the nick or channel, it needs to be
" .msg 'chan' | $+ $nick $+ | Parts: _( $+ $chan $+ )_ $fulladdress "
David_James
Comments: 15
 
mIRC Snippet:  Andrew's Log System
Posted on Oct 2, 2005 1:47 pm
You should have added on HELP, DEHELP, SERVEROP, SERVERMODE more. By the way, script does not work properly since you've made a wrong formation of $server-$chan, |$nick| and _($chan)_
AndrewMiller17
Comments: 31
 
mIRC Snippet:  Andrew's Op, Admin, & More Stuff
Posted on Oct 2, 2005 10:43 am
As you can tell I added a few more aliases. Not sure if the timers work properly. Please leave feedback.
AndrewMiller17
Comments: 31
 
mIRC Snippet:  Andrew's Op, Admin, & More Stuff
Posted on Sep 27, 2005 3:48 pm
mIRC already has a /kick and /ban alias. So I deleted the two and added the /kban feature. Not much of an update, but it works.
AndrewMiller17
Comments: 31
 
mIRC Snippet:  Andrew's Extra Stuff
Posted on Sep 27, 2005 3:41 pm
Just noticed that I had forgotten to add the on join events. So now this code should work properly.
Urza
Comments: 20
 
mIRC Snippet:  Andrew's Extra Stuff
Posted on Sep 27, 2005 6:44 am
you can use /auto and /avoice to use mirc inbuilt aop and avoice system ;)
KuTsuM
Comments: 140
 
mIRC Snippet:  Andrew's Op, Admin, & More Stuff
Posted on Sep 26, 2005 7:44 pm
I'd do similar, but id make it
/o +/-nick, etc
Raid
Comments: 90
 
mIRC Snippet:  Andrew's Op, Admin, & More Stuff
Posted on Sep 26, 2005 7:06 pm
Up to you if you think thats easier than clicking the name and selecting op. I would make this one
/o
/do
/h
/k
/kb
etc. that way its faster.
Bottom