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.

Search found 1347 matches

by De Kus
Thu Feb 20, 2003 3:17 pm
Forum: Archive
Topic: Help me With editing this script !!
Replies: 24
Views: 4620

hihi

still not perfect, a typo in line 6 by tlower which should be tolower :).
and just edit your post :).

Edit: now i dont see any errors any more :D.
by De Kus
Thu Feb 20, 2003 2:20 pm
Forum: Archive
Topic: Help me With editing this script !!
Replies: 24
Views: 4620

cut set chan [string tolower $chan] out, i say it can cause more problems, then it should solve. and [matchattr $whom f|f] is meant to be [matchattr [nick2hand $whom] f|f $chan] :).

PS: Papillon you were a few seconds faster, but your 3rd is still wrong :).
by De Kus
Thu Feb 20, 2003 1:53 pm
Forum: Archive
Topic: Help me With editing this script !!
Replies: 24
Views: 4620

hehe

yeah, but this will probably NEVER become a problem, because the msg was send on exact that channel the bot should kick. so if the bot is on #Channel, $chan will never be #channel for the bot. it would be a diffrent if it is a bind on msg and not on pub :).
by De Kus
Thu Feb 20, 2003 1:43 pm
Forum: Archive
Topic: Tcl error - list element ... instead of space
Replies: 3
Views: 1036

Tcl error - list element ... instead of space

i read the FAQ bepending on that, but in this script split is already used probably... i think ... set nick [split $nick !] set nick [lindex $nick 0] set text [split $text] set chan [lindex $text 0] ... set text [lrange $text 1 end] these are the only lines i can find, its a well known script lamer....
by De Kus
Thu Feb 20, 2003 1:22 pm
Forum: Archive
Topic: flooding problem :(
Replies: 8
Views: 1849

hmm

you probably only set these settings in the eggdrop.conf, also check your .chan file and aply the settings there, too :).
by De Kus
Thu Feb 20, 2003 1:17 pm
Forum: Archive
Topic: Help me With editing this script !!
Replies: 24
Views: 4620

i dont think its necessary, cause the bot usally always has the chans in the same capitalation on it :).
you only need the tolower check in nick this time, because if the bot sends KICK #chan VeEs, server kicks vees or Vees or any else, but if the bots nick is Vees VeEs == Vees will be untrue :).
by De Kus
Thu Feb 20, 2003 1:04 pm
Forum: Archive
Topic: Nickserv Identify in IRC-Network
Replies: 8
Views: 2219

it works for my eggdrop1.6.13 @euIRC yeah, it works on connect on any netowork which forwards the pass to nickserv, but when the nick is used by an prior connection and the bot enters with his alternate nick, the linked nick will still stay and get autoop, but the bot wont be able to use any chanse...
by De Kus
Thu Feb 20, 2003 12:54 pm
Forum: Archive
Topic: Help me With editing this script !!
Replies: 24
Views: 4620

try

perhaps you need to check [string tolower $whom] == [string tolower $botnick]
by De Kus
Thu Feb 20, 2003 11:39 am
Forum: Archive
Topic: Nickserv Identify in IRC-Network
Replies: 8
Views: 2219

hehe

this is why i decited to give nickserv and chanserv global +f. this will exclued them from beeing ignored. note: du can give them stict hosts like nickserv!services@euirc.net cause so you can be sure with a simple check handle == nickserv it is really nickserv messaging you and no fake service tryin...
by De Kus
Wed Feb 19, 2003 10:37 am
Forum: Archive
Topic: Banning Scripts
Replies: 15
Views: 3891

Translation

caesar wrote:An english translation? ;]
na gut :)
eh... i meant: ok ;)
by De Kus
Wed Feb 19, 2003 9:56 am
Forum: Archive
Topic: Banning Scripts
Replies: 15
Views: 3891

#Script for adding and removing bans to and from the bots intern banlist by privileged persons. #v1.0.4: 26.02.03 fixed logical error in the if expression for -userbans - still unknown why no -b comes tried to fix with "" #v1.0.3: 22.02.03 fixed problems somehow only occuring on unix eggd...
by De Kus
Wed Feb 19, 2003 6:13 am
Forum: Archive
Topic: banmask...
Replies: 3
Views: 1517

ever tried this...

why not simply set mask "*![getchanhost $bnick $channel]" and if you want to kickban someone out, why dont use newchanban $channel $mask insertscriptnamehere $reason this will deop the user, create a ban (and put as much modes as posible into one line :) ) and kick the user out with kick r...
by De Kus
Sun Feb 16, 2003 10:22 pm
Forum: Archive
Topic: Nickserv Identify in IRC-Network
Replies: 8
Views: 2219

hmmm

my script using bind

Code: Select all

bind notc f|- "This nickname is registered and protected" handle:nickneed
while nickserv has a userrecord with exact host nick!ident@server.
by De Kus
Sun Feb 16, 2003 10:15 pm
Forum: Archive
Topic: eggdrop remove bans
Replies: 10
Views: 2797

Channel Bantime

And, BTW, I think eggdrop1.6.13 has a new function/feature that describes ban-times, INDIVIDUALLY, for channels. (Correct me if i'm wrong.) It means, that you can set ban-times differently for each channel the bot is on. Maybe tweaking that might help. Worth a try ;) there is nothing to correct, on...
by De Kus
Sat Feb 15, 2003 4:15 pm
Forum: Archive
Topic: Spam ban instead of kickban?
Replies: 5
Views: 1292

i'd suggest you search somewhere in the channel.mod.