On join Mode the person
+ 0 likes
Please Register to submit score.
| Average Score | 1.0 |
| Scores Submitted | 1 |
| Date Added | Oct 31, 2007 |
| Last Updated | Oct 31, 2007 |
| Tags | join on |
Introduction
mIRC Snippet:
On join Mode the person
Posted on Oct 31, 2007 5:21 pm
Posted on Oct 31, 2007 5:21 pm
Well any comments?
mIRC Snippet:
On join Mode the person
Posted on Oct 31, 2007 5:45 pm
Posted on Oct 31, 2007 5:45 pm
On !*:Join:#: {
if $me isop $chan
mode $chan +o $nick
}
if $me isop $chan
mode $chan +o $nick
}
mIRC Snippet:
On join Mode the person
Posted on Oct 31, 2007 8:03 pm
Posted on Oct 31, 2007 8:03 pm
On !@*:join:#:mode $chan +o $nick
mIRC Snippet:
On join Mode the person
Posted on Oct 31, 2007 8:54 pm
Posted on Oct 31, 2007 8:54 pm
Either way it works.






