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
Wed Feb 02, 2005 11:39 am
Forum: Archive
Topic: Invite script + invite-abbuse problems
Replies: 12
Views: 4725

i dont want to discuss with you about loops. I really don't want to critizice your enthusiasm to code for other people ^-^. if you check the raw log of your bot, you should see it isnt working at all, because sending bans, that are already there, will not be seen unless you check raw log :). I may b...
by De Kus
Wed Feb 02, 2005 11:29 am
Forum: Archive
Topic: "subst -nobackslashes -nocommands -novariables" ?
Replies: 16
Views: 5239

PS: lol @KrzychuG, a few sec faster ^-^

PPS: better? :P
by De Kus
Wed Feb 02, 2005 10:18 am
Forum: Archive
Topic: Invite script + invite-abbuse problems
Replies: 12
Views: 4725

Lots of thanks De KuS! Always among the first to answer :-) np, was just avaible ^^ Interresting, but I still don't understand why my code didn't work ? :? very easy to explain. just try to manually debug your code. lets say [chanbans] returns *!1@host X 10 *!2@host X 11 soo, foreach will be called...
by De Kus
Wed Feb 02, 2005 7:40 am
Forum: Archive
Topic: problem with evnt init-server [bracet error solved]
Replies: 3
Views: 2217

found the stupid bracet error... the bot could have told me before ><. but I have another strange thing now... putquick "PRIVMSG nickserv :GHOST $nick $nickpass" utimer 1 [subst "putquick \"NICK :$nick\""] utimer 2 [subst "putquick \"$nickservmask :identify $n...
by De Kus
Wed Feb 02, 2005 6:51 am
Forum: Archive
Topic: Invite script + invite-abbuse problems
Replies: 12
Views: 4725

Edit i think i found the logical error! try this bind msgm - *invit* inviteme proc inviteme {nick uhost hand chan } { set goodguy 1 foreach ban [chanbans #aiud] { if {[string match -nocase "[lindex [split $ban] 0]" "$nick!$uhost"]} { set goodguy 0 } } if { $goodguy } { putserv &...
by De Kus
Wed Feb 02, 2005 6:32 am
Forum: Archive
Topic: problem with evnt init-server [bracet error solved]
Replies: 3
Views: 2217

will this trigger when the TCP connection is established or after the challange of nick, email, ping etc.? ah, i'll just try 002, this seems to be after the "login". [12:08:05] <De_Kus> .tcl handle:serverinit muh die kuh [12:08:05] <[-RO^Bot-]> Tcl error: extra characters after close-quote...
by De Kus
Wed Feb 02, 2005 5:56 am
Forum: Archive
Topic: KAOS Script not starting, and causing other probs on bot
Replies: 7
Views: 3276

you may also check if the script itself thinks its already running (.tcl $KAOSRunning), it should return TCL: 0. If it returns 1, try .set KAOSRunning 0 ^^. Also keep track what happens in the logfiles/dcc chat, if errors occurs like cant find database, there should be some response. as suggested in...
by De Kus
Wed Feb 02, 2005 5:43 am
Forum: Archive
Topic: Invite script + invite-abbuse problems
Replies: 12
Views: 4725

if you use [isban ...], you will have to specify the exact ban, plus they are compared against the bots own list again (as matchban). so if you use as I suggested the matchban command, you will only have to put the hostmark and nick together without thinking which kind of banmask was used. You may u...
by De Kus
Wed Feb 02, 2005 4:07 am
Forum: Archive
Topic: problem with evnt init-server [bracet error solved]
Replies: 3
Views: 2217

problem with evnt init-server [bracet error solved]

the old variant for the init server was documented to be restricted to 165 characters, afaik. The new model has no such documention, so asumed the restriction was killed. But somehow I cannot execute a bit of code it simply seems to ignore it. This is what was initially tried: bind evnt - init-serve...
by De Kus
Tue Feb 01, 2005 11:49 am
Forum: Archive
Topic: Invite script + invite-abbuse problems
Replies: 12
Views: 4725

I have a script that looks for matching bans, but I am not sure if it currently really working, im too lazy to test it the 100th time ^-^. something like if { ![matchban "$nick!$uhost" $chan] } { ... } should do the trick... at least in my interpretation of matchban <nick!user@host> [chann...
by De Kus
Tue Feb 01, 2005 11:34 am
Forum: Archive
Topic: abusing desync
Replies: 6
Views: 4133

you need to kill your bot and edit the .chan file manuelly
by De Kus
Tue Feb 01, 2005 11:33 am
Forum: Archive
Topic: Eggdrop setting room +i
Replies: 2
Views: 1777

check config of sentinel.tcl
by De Kus
Mon Jan 31, 2005 11:14 pm
Forum: Archive
Topic: i need tcl steps
Replies: 5
Views: 2497

i download tcl script but winzip does not support, what program i need to open tcl script ? I use winrar to open linux archives in GUI, it supports all needed: tar, gz, and bz2. Remember, if you extract .tar(.*) files not within a unix enviroment, some file flags may be lost (not relevant, when all...
by De Kus
Mon Jan 31, 2005 11:06 pm
Forum: Archive
Topic: botnet script....
Replies: 6
Views: 3230

shouldn't the magic chanset -shared do such kind of tricks?
by De Kus
Sun Jan 30, 2005 3:59 pm
Forum: Archive
Topic: 2 channels problem check user status
Replies: 27
Views: 8980

you want to replace "nick" with "args" within the scripts body? You are very confusing ^-^.