Code: Select all
foreach elem [split [read $f] " \t\r\n\f"] {
Code: Select all
foreach elem [split [read $f] "\t\r\n\f"] {
Code: Select all
foreach elem [split [read $f] " \t\r\n\f"] {
Code: Select all
foreach elem [split [read $f] "\t\r\n\f"] {
Code: Select all
tag when posting logs, code
Code: Select all
tag when posting logs, code
Code: Select all
[20:42] Tcl error in file 'eggdrop.conf':
[20:42] wrong # args: should be "scan nick uhost hand chan"
while executing
"scan $elem {%[^:]:%[^:]:%s} name udef val"
(procedure "init" line 33)
invoked from within
"init $chan"
("foreach" body line 2)
invoked from within
"foreach chan [channels] {
init $chan
load $chan bad words
load $chan whois bads
}"
(in namespace eval "::xchannel" script line 562)
invoked from within
"namespace eval xchannel {
variable version "xchannel-3.6"
variable script [info script]
variable names {punish bantype bantime reason}
variable ude..."
(file "scripts/xchannel.tcl" line 105)
invoked from within
"source scripts/xchannel.tcl"
(file "eggdrop.conf" line 1113)
[20:42] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
wishkey@vortex:~/eggdrop$
Code: Select all
tag when posting logs, code
have your ops added as +o users in the botexhuman wrote: 1. i used +dontkickops but still BOT kick OP which OP type something fast,how to prevent this, i didn't understand how to override eggdrop setting cuz i already used +dontkickops in eggdrop.
nobody can op themselves on irc, you need to have someone/something (e.g. services) re-op your bot; this is done via scripting which is not part of xchannel, you need another script for that2. if some OP deop BOT then either BOT didn't do anything and if i use revenge-mode 1 in eggdrop then bot start deop and kicking OP. i simply want when Someone DEOP BOT, BOT OP himself, and if its repet again then first he deop OP, Then BAN OP and Last KICKBAN that OP who DEOP BOT.
you are confused, services.dal.net is not to be banned, it's network services' host (actually you can't ban it even if you want to do so); moreover, xchannel does not provide protection against your own ops - my firm belief is that if you are stupid enough to allow rogue ops, you deserve what you get from them3. As now days MassKick is famous, i want to protect Masskick, so i wish that BOT BAN *!*@services.dal.net, if he see that masskick is taking place and same time he DEL AOP Access who try to do such thing. no matter i be give SOP access to BOT.
again, you need another script for that; xchannel has nothing to do with services, it has another purpose (not to mention that i dislike services and services-related scripts)4. If any OP join Channel with different Nick by identifing OP access BOT will DEL his Access Automatically. (i didn't know it is possible or not but i feel there is command WHYOP from there BOT be able to scan and check he using OP nick or something else. )
then search the script archive for dalnet scripts; xchannel is a general-purpose protection script, not oriented towards any specific irc network or services - and it will stay that wayI using this BOT on DALNET so all my request for DALNET Channel Protection.
Code: Select all
tag when posting logs, code
Code: Select all
tag when posting logs, code
Code: Select all
.chanset #channel x:mass:rate 4:1
Code: Select all
(01:48) » Joins: _Underground_ (~d4k508856@201.12.189.79)
(01:48) « Parts: _Underground_ (~d4k508856@201.12.189.79) ([ ])
(01:48) » Joins: _Underground_ (~d4k508856@201.12.189.79)
(01:48) « Parts: _Underground_ (~d4k508856@201.12.189.79) ([ ])
(01:48) » Joins: [eRroneous] (~mt8w797@201.12.189.79)
(01:48) « Parts: [eRroneous] (~mt8w797@201.12.189.79) ([ ])
(01:48) » Joins: [eRroneous] (~mt8w797@201.12.189.79)
(01:48) « Parts: [eRroneous] (~mt8w797@201.12.189.79) ([ ])
(01:48) ›› Mode change: +b *!*k508856@201.12.189.* by Op3raToR
(01:48) ›› Mode change: +im by Op3raToR
(01:48) ›› Mode change: +b *!*mt8w797@201.12.189.* by Op3raToR
Code: Select all
tag when posting logs, code
Code: Select all
tag when posting logs, code
Code: Select all
tag when posting logs, code
Code: Select all
tag when posting logs, code