This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Protected nick

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

fls wrote:But, there is some error listed
You've been using these forums long enough now to know that the above statement doesn't "cut it". :roll:

Please post the actual error.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
TCL_no_TK
Owner
Posts: 509
Joined: Fri Aug 25, 2006 7:05 pm
Location: England, Yorkshire

Post by TCL_no_TK »

The bot's only excempted if its in its own userfile with the flags +o +v or +f. The only way for a user thats on the bot (has a user record) to trigger this script, is too not have the +f +o or +v flags on the channel or globally.

Differant log paste's:
Session Start: Sat Dec 01 07:58:32 2007
Session Ident: #MyChannel
[07:58:32] * Now talking in #MyChannel
[07:58:32] * Topic is 'Welcome to My Channel :)'
[07:58:32] * Set by OpNick on Sat Dec 01 06:02:39
[07:58:34] <@ChannelBot> [info] join:chkopc: OpNick is a valid user and has the +fov global/channel flags...
[07:58:36] <@ChannelBot> [info] join:chkopc: not taking any action.
[07:58:41] * ChannelBot sets mode: +o OpNick
[07:58:45] <@OpNick> thanks ChannelBot
...
Session Start: Sat Dec 01 07:18:00 2007
Session Ident: #MyChannel
[08:23:41] * Now talking in #MyChannel
[08:23:41] * Topic is 'Welcome to My Channel :)'
[08:23:41] * Set by OpNick on Sat Dec 01 06:02:39
[08:23:41] * OpNick5 (wArZ@i-want.ops-now.net) has joined #MyChannel
[08:23:41] <@ChannelBot> [info] join:chkopc: OpNick5 is not a valid user or dosen't have the +fov global/channel flags...
[08:23:43] <@ChannelBot> [info] join:chkopc: scaning channel to check if nick's nickname matches an ops.
[08:23:45] <@ChannelBot> [info] join:chkopc: found an op nick with the +fov global/channel flags...
[08:23:47] <@ChannelBot> [info] join:chkopc: checking for match with OpNick5's nickname.
[08:23:49] <@ChannelBot> [info] join:chkopc: OpNick5 matches op nick OpNick!
[08:23:51] <@ChannelBot> [info] join:chkopc: sending warning to OpNick5...
[08:23:53] <@ChannelBot> OpNick5, your nick is smiliar to an recognise OP in this channel. To prevent confussion, Please choise a differant nickname by typing: /NICK YourNewNick
[08:23:55] <@ChannelBot> [info] join:chkopc: sent warning to OpNick5
[08:23:57] <@ChannelBot> [info] join:chkopc: added time for kick and ban on the nickname, timer set for 60 seconds.
[08:23:59] <@ChannelBot> [info] join:chkopc: braking loop to prevent exsessive warnings if OpNick5 matches an other ops nick.
[08:24:08] * OpNick5 (wArZ@i-want.ops-now.net) has left #MyChannel
[08:24:09] <@ChannelBot> [info] part:chkopc: OpNick5 is not a valid user or dosen't have the +fov global/channel flags...
[08:24:11] <@ChannelBot> [info] part:chkopc: scaning channel to check if nick matched an ops nick.
[08:24:13] <@ChannelBot> [info] part:chkopc: OpNick5 was matching op nick OpNick
[08:24:15] <@ChannelBot> [info] part:chkopc: removing kick/ban timer for OpNick5 since he has left the channel...
[08:24:17] <@ChannelBot> [info] nick:chkopc: done.
...
[08:22:45] * OpNick3 is now known as OpNick4
[08:22:45] * OpNick4 was kicked by ChannelBot (You have been warnned. Pls /nick <newnick> and rejoin this channel.)
[08:22:45] * ChannelBot sets mode: +bb OpNick4!*@* OpNick3!*@*
[08:22:48] <@ChannelBot> [info] nick:chkopc: OpNick3 is not a valid user or dosen't have the +fov global/channel flags...
[08:22:50] <@ChannelBot> [info] nick:chkopc: scaning channel to check if nick's new nickname matches an ops.
[08:22:52] <@ChannelBot> [info] nick:chkopc: found an op nick with the +fov global/channel flags...
[08:22:54] <@ChannelBot> [info] nick:chkopc: checking for match with OpNick3's new nickname.
[08:22:56] <@ChannelBot> [info] nick:chkopc: detected that OpNick3 is once again using a nickname simlar to an ops...
[08:22:58] <@ChannelBot> [info] nick:chkopc: kicking them from the channel and banning the nickname(s);
[08:23:00] <@ChannelBot> [info] nick:chkopc: done. killing any redundant timers...
[08:23:02] <@ChannelBot> [info] nick:chkopc: done.
I modifyed it to send the output to the channel. When i was testing. This is some of the logs, since OpNick was actually my clone the logs where a little messey :| but here's bits which where readable.
f
fls
Voice
Posts: 35
Joined: Wed Oct 17, 2007 10:55 pm

Post by fls »

Hey TCL_no_TK,

Thankyou for the patient and assistant. :wink:


Regard,
User avatar
TCL_no_TK
Owner
Posts: 509
Joined: Fri Aug 25, 2006 7:05 pm
Location: England, Yorkshire

Post by TCL_no_TK »

No worries. :)
Post Reply