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 10 matches

by Blade2
Sun May 02, 2004 2:42 pm
Forum: Archive
Topic: Wurm detector
Replies: 0
Views: 960

Wurm detector

Hi ² aLL

I search for my eggdrop a wurm detector, also he checks the www adress for trojans etc.

i know thats these scripts exists, but i cant find any.

(sry for my bad english)

plz help me,
thx you
by Blade2
Thu Apr 22, 2004 3:20 pm
Forum: Archive
Topic: remove (banned: *) ?
Replies: 2
Views: 1140

it doesnt work, i ban the "taker" in my script with this "newchanban" then sets the bots automatically the "banned:" before the reason, i can change there and there, but doesnt works :( when i kick the guy with this putserv "KICK $chan $nick :reason" then work...
by Blade2
Thu Apr 22, 2004 2:14 pm
Forum: Archive
Topic: remove (banned: *) ?
Replies: 2
Views: 1140

remove (banned: *) ?

hi all how can i remove this word (banned:) in "newchanban" -> (23:19:28) —› kick: (Bl3nd0r2k-`) was kicked by (uNafraid) ( banned : dont deop!) i have set another word in my core.english.lang but doesnt work :( I would like only the reason stand there in my kick message need help please
by Blade2
Sun Feb 22, 2004 8:52 am
Forum: Archive
Topic: Need help with my on_off script
Replies: 1
Views: 1150

Need help with my on_off script

I have a problem with my script: bind pub -|- .trigger status set blub(active) "1" set blub(mytime) "60" proc status {nick host hand channel rest} { global blub set mytime [lindex $rest 1] set wazup [lindex $rest 0] if {[matchattr $hand T|T $chan]} { switch -- [string tolower $wa...
by Blade2
Tue Feb 17, 2004 12:06 pm
Forum: Archive
Topic: Topic and 60 min Trigger ...
Replies: 2
Views: 1640

I have Fixed it, it works finde now :> set mychan #su1c!de bind pub T|T .set_topic topic_changer bind pub T|T .start_trigger trigger #### CHANGER #### proc topic_changer {nick uhost hand chan text} { global mychan set news_txt news.txt set dateichen [open $news_txt w] puts $dateichen $text close $da...
by Blade2
Sun Feb 15, 2004 9:07 pm
Forum: Archive
Topic: Topic and 60 min Trigger ...
Replies: 2
Views: 1640

Topic and 60 min Trigger ...

I think this script didn't work, can anybody help me plz ?? :( set mychan #su1c!de bind pub T|T ?set_topic topic_changer bind join - * trigger #### CHANGER #### proc topic_changer {nick uhost hand chan text} { global mychan set news_txt news.txt set dateichen [open $news_txt w] puts $dateichen $text...
by Blade2
Wed Feb 11, 2004 1:31 pm
Forum: Archive
Topic: Remove Global and Chan Bans ?
Replies: 2
Views: 840

big thank :)
by Blade2
Tue Feb 10, 2004 5:21 pm
Forum: Archive
Topic: Remove Global and Chan Bans ?
Replies: 2
Views: 840

Remove Global and Chan Bans ?

Hello, I have try script to write which global and channel bans delete, but somehow have I it do not get. Can someone help me? I found nothing useful also here in the forum bind pub o|m .unbanall proc_unbanall proc_unbanall { nick uhost hand chan arg } { foreach $chan [banlist $chan] { killchanban $...
by Blade2
Sun Feb 08, 2004 9:07 am
Forum: Archive
Topic: Whats wrong ?
Replies: 2
Views: 1364

big thx :)

but one question, how can i add in my script an global bot ban, this ban its not a global only a channel spezific ban ?

the ban over 40 min ?

P.s The +k part didnt works
by Blade2
Sat Feb 07, 2004 11:15 pm
Forum: Archive
Topic: Whats wrong ?
Replies: 2
Views: 1364

Whats wrong ?

set modetime "40"; set exceflag "z"; set flags "-amov"; bind mode - * change ######### Invite, Limit, Key Protection ###### proc change {nick host hand chan mode} { global botnick botname exceflag modetime flags if {[string tolower $nick] == [string tolower $botnick]} ...