mIRC Snippet:
Andrew's Relay Script
Posted on Feb 11, 2007 4:57 pm
Posted on Feb 11, 2007 4:57 pm
or have it set to what u want the bot to put it in, like #LogChannel
mIRC Snippet:
Andrew's Relay Script
Posted on Feb 11, 2007 4:56 pm
Posted on Feb 11, 2007 4:56 pm
instead of useing \'chan\' use $chan it works better
mIRC Snippet:
Andrew's Extra Stuff
Posted on Dec 13, 2006 2:04 am
Posted on Dec 13, 2006 2:04 am
sorry for the lateness, but i was just browsing thru snippets and saw an error
your missing a ending braket
| 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
mIRC Snippet:
Andrew's Command Line
Posted on Feb 21, 2006 4:28 pm
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
mIRC Snippet:
Andrew's Relay Script
Posted on Oct 3, 2005 12:20 pm
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.
mIRC Snippet:
Andrew's Command Line
Posted on Oct 3, 2005 7:02 am
Posted on Oct 3, 2005 7:02 am
Pretty god job! ;)
mIRC Snippet:
Andrew's Relay Script
Posted on Oct 2, 2005 10:57 pm
Posted on Oct 2, 2005 10:57 pm
replace your \'|\' with $chr(125)
mIRC Snippet:
Andrew's Relay Script
Posted on Oct 2, 2005 8:51 pm
Posted on Oct 2, 2005 8:51 pm
Fixed.
mIRC Snippet:
Andrew's Relay Script
Posted on Oct 2, 2005 2:26 pm
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 \"
That won\'t show the nick or channel, it needs to be
\" .msg \'chan\' | $+ $nick $+ | Parts: _( $+ $chan $+ )_ $fulladdress \"
mIRC Snippet:
Andrew's Log System
Posted on Oct 2, 2005 1:47 pm
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)_
mIRC Snippet:
Andrew's Op, Admin, & More Stuff
Posted on Oct 2, 2005 10:43 am
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.
mIRC Snippet:
Andrew's Op, Admin, & More Stuff
Posted on Sep 27, 2005 3:48 pm
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.
mIRC Snippet:
Andrew's Extra Stuff
Posted on Sep 27, 2005 3:41 pm
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.
mIRC Snippet:
Andrew's Extra Stuff
Posted on Sep 27, 2005 6:44 am
Posted on Sep 27, 2005 6:44 am
you can use /auto and /avoice to use mirc inbuilt aop and avoice system ;)
mIRC Snippet:
Andrew's Op, Admin, & More Stuff
Posted on Sep 26, 2005 7:44 pm
Posted on Sep 26, 2005 7:44 pm
I\'d do similar, but id make it
/o +/-nick, etc
/o +/-nick, etc
mIRC Snippet:
Andrew's Op, Admin, & More Stuff
Posted on Sep 26, 2005 7:06 pm
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.
/o
/do
/h
/k
/kb
etc. that way its faster.






