op Thanker
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 3.0 |
| Scores Submitted | 7 |
| Date Added | Apr 12, 2007 |
| Last Updated | Apr 30, 2007 |
| Tags | alot another but heres of oh theres these well |
|
|
Introduction
I tested it out right before posting it.
If you do not like the colors
Change them to what you like. Some Thanks to Deodarative
mIRC Snippet:
op Thanker
Posted on Apr 12, 2007 5:52 am
Posted on Apr 12, 2007 5:52 am
Good. But you can add for Half op too
Code:
on *:help:#: {
if ($hnick == $me) {
msg $chan 15,4Thanks4,15 For15,4 The4,15 Halfop $nick
}
}
on *:dehelp:#: {
if ($hnick == $me) {
msg $chan 15,4Thanks4,15 For15,4 The4,15 DeHalfop $nick
}
}
Code:
on *:help:#: {
if ($hnick == $me) {
msg $chan 15,4Thanks4,15 For15,4 The4,15 Halfop $nick
}
}
on *:dehelp:#: {
if ($hnick == $me) {
msg $chan 15,4Thanks4,15 For15,4 The4,15 DeHalfop $nick
}
}
mIRC Snippet:
op Thanker
Posted on Apr 12, 2007 5:55 am
Posted on Apr 12, 2007 5:55 am
oopy
Forget the box before those numbers. Put your own colors.. i don\'t know how to put in code..
hey guys what the thing for putting codes?
Forget the box before those numbers. Put your own colors.. i don\'t know how to put in code..
hey guys what the thing for putting codes?
mIRC Snippet:
op Thanker
Posted on Apr 12, 2007 11:03 am
Posted on Apr 12, 2007 11:03 am
Not bad bro. Pretty basic Op and Deop thanker etc... And deadoralive he only uses chatspace servers and nothing else hence the reason no halfop is included because chatspace servers have no halfops. 4/10 from me.
mIRC Snippet:
op Thanker
Posted on Apr 12, 2007 12:13 pm
Posted on Apr 12, 2007 12:13 pm
Try using rawmode, to get them all (+,%,@,&,~, (Prefixes)).
Also, what about adding a counter?
Also, what about adding a counter?
mIRC Snippet:
op Thanker
Posted on Apr 13, 2007 12:36 am
Posted on Apr 13, 2007 12:36 am
Yep ;x
Rawmodes won\'t reply on like +ao, +qo etc :(
I use rawmode in my script lol
Rawmodes won\'t reply on like +ao, +qo etc :(
I use rawmode in my script lol
mIRC Snippet:
op Thanker
Posted on Apr 13, 2007 12:44 am
Posted on Apr 13, 2007 12:44 am
Rawmodes won\'t reply on like +ao, +qo etc :(
--
yes rawmode does. tahts why u should use it.
--
yes rawmode does. tahts why u should use it.
mIRC Snippet:
op Thanker
Posted on May 1, 2007 9:19 am
Posted on May 1, 2007 9:19 am
There is also on *:OWNER:#: ;)
mIRC Snippet:
op Thanker
Posted on May 28, 2007 8:45 pm
Posted on May 28, 2007 8:45 pm
op nd deop not work, or maybe my mirc version ?
mIRC Snippet:
op Thanker
Posted on May 28, 2007 8:45 pm
Posted on May 28, 2007 8:45 pm
op and deop not work, or maybe my mirc version ?
mIRC Snippet:
op Thanker
Posted on May 28, 2007 9:36 pm
Posted on May 28, 2007 9:36 pm
Check to make sure the chan you are on does not have colour blocking, that will give you a return \"Could not send to the channel\". Take out the colours or set chan modes to allow colours are options.












