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

by Bader
Thu Jan 19, 2006 6:55 pm
Forum: Scripting Help
Topic: error kline
Replies: 2
Views: 5037

error kline

anyone edit this tcl, # Kline Command proc proc_kline {text} { set time [lindex $text 0] set ip [lindex $text 1] set reason [lrange $text 2 end] putserv "KLINE $time $ip $reason" putlog "-=\002$nick\002=- Klined this ip: $ip ,for $reason ,for time (mins): $time" } bind pub m|m !k...
by Bader
Mon Jul 18, 2005 5:25 pm
Forum: Archive
Topic: i need edit this script
Replies: 6
Views: 3002

i mean if there any one send msg private by spam for website for server
the bot send him nick and hismsg
like: spam: nick Msg: welcome to www.ww.com
-
the bot send him nick with him msg to some channel,
by Bader
Mon Jul 18, 2005 5:01 pm
Forum: Archive
Topic: i need edit this script
Replies: 6
Views: 3002

for detecting spam you can use this: regexp {(?i)(http://|www\.|irc\.|[[:space:]]#)} $string -- like this set spambantime 30 bind msgm - "*" pv_kick proc pv_kick {nick uhost hand text} { global botnick spambantime regexp {(?i)(http://|www\.|irc\.|/server)} $string foreach kickchan [channe...
by Bader
Mon Jul 18, 2005 4:42 pm
Forum: Archive
Topic: i need edit this script
Replies: 6
Views: 3002

i need edit this script

hi i try to make some script, for the opers if there any users send msg spammrs for the bot, the bot copye the nickname and the test of the msg, but doesn`t work good pls i need help with it, and thanks --- set spambantime 30 bind msgm - "*" pv_kick proc pv_kick {nick uhost hand text} { gl...
by Bader
Sun Jun 26, 2005 2:13 pm
Forum: Archive
Topic: i try to make tcl
Replies: 1
Views: 1227

i try to make tcl

how can i , mke tcl. always 2mins, the bot part then rejoin
like
(08،57،pm) * Parts: MadMolly (molly@fbi.raided.us)
(08،57،pm) * Joins: MadMolly (molly@fbi.raided.us)
and thanks
by Bader
Fri May 27, 2005 9:26 am
Forum: Archive
Topic: flooding in private killed my bot every time
Replies: 7
Views: 2271

i test it , its not working :(
by Bader
Thu May 26, 2005 8:45 pm
Forum: Archive
Topic: flooding in private killed my bot every time
Replies: 7
Views: 2271

Nice one for having a go yourself. Try this. bind msg - * proc_away proc proc_away {nick uhost hand arg} { putserv "away :Don't bother messaging me.." putserv "mode $::botnick +R" putlog "set away and mode +R done" timer 10 {putserv "mode $::botnick -R"} } No...
by Bader
Thu May 26, 2005 7:36 pm
Forum: Archive
Topic: flooding in private killed my bot every time
Replies: 7
Views: 2271

flooding in private killed my bot every time

---- tried but i dont think it would work out all the time --- proc proc_away {nick uhost hand text} { set chana [lindex $text 0] set who [lindex $text 1] putserv "away :^C2I'm an eggdrop bot.. don't bother messaging me..^O" putserv "mode botnickhere +R" putlog "-=\002$nick\...
by Bader
Thu May 26, 2005 7:15 pm
Forum: Archive
Topic: flooding in private killed my bot every time
Replies: 7
Views: 2271

flooding in private killed my bot every time

Hey guys, i need Script assistance that anyone send notice privately to the bot, the bot closes the private mode for half an 10mins,
then open it again,
example: /mode $me +R
then after half an hour OR just 10 minutes the mode opens /mode $me -R
-
thanks
-
by Bader
Sat Apr 30, 2005 2:43 pm
Forum: Archive
Topic: helloo can i find help with this tcl, :P
Replies: 18
Views: 7905

Sir_Fz wrote:That's because modemr is already set as a variable, you either need to change it's name or just restart.
thanks guys its working know, and good work :D
by Bader
Sat Apr 30, 2005 10:59 am
Forum: Archive
Topic: helloo can i find help with this tcl, :P
Replies: 18
Views: 7905

bind join -|- * whatever proc whatever {nick host hand chan} { global modemr if {[matchban $nick!$host $chan] && ![info exists modemr($chan)]} { putquick "MODE $chan +MR" set modemr($chan) "1" utimer 10 [list puthelp "MODE $chan -MR"] utimer 11 [list unset mode...
by Bader
Sat Apr 30, 2005 9:45 am
Forum: Archive
Topic: helloo can i find help with this tcl, :P
Replies: 18
Views: 7905

utimer 11 set modemr 0 you might want to change that to utimer 11 "set modemr 0" :( the bot he still close channel mode more tnan 2 i want to close it once only i change and test it bot he still :( bind join -|- * whatever set modemr 0 proc whatever {nick host hand chan} { if {[matchban $...
by Bader
Sat Apr 30, 2005 9:43 am
Forum: Archive
Topic: helloo can i find help with this tcl, :P
Replies: 18
Views: 7905

Sir_Fz wrote:
utimer 11 set modemr 0
you might want to change that to

Code: Select all

utimer 11 "set modemr 0"
:( the bot he still close channel mode more tnan 2 i want to close it once only
by Bader
Sat Apr 30, 2005 8:19 am
Forum: Archive
Topic: helloo can i find help with this tcl, :P
Replies: 18
Views: 7905

bind join -|- * whatever proc whatever {nick host hand chan} { if {[matchban $nick!$host $chan]} { putquick "MODE $chan +MR" utimer 10 [list puthelp "MODE $chan -MR"] } } Use this and don't change anything (i.e. leave * as it is) and it should set the channel MR if the user is i...
by Bader
Fri Apr 29, 2005 7:22 pm
Forum: Archive
Topic: helloo can i find help with this tcl, :P
Replies: 18
Views: 7905

just a typo.. Replace utimer 10 [list puthelp "MODE $chan -MR"} with utimer 10 [list puthelp "MODE $chan -MR"] dosn`t working :( see bind join -|- *!*@62.150.* whatever proc whatever {nick host hand chan} { if {[matchban $nick!$host]} { putquick "MODE $chan +MR" utimer...