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

by Ni0
Wed Jul 19, 2006 5:36 pm
Forum: Script Requests
Topic: [help]antispam botnet
Replies: 0
Views: 2156

[help]antispam botnet

does anyone know any good tcl that works fir with a lot of bots i have try mc
but does not work very well.


Thanks.
by Ni0
Fri Jun 30, 2006 8:34 am
Forum: Script Requests
Topic: /msg $botnick ban
Replies: 3
Views: 2807

unbind msg o|o +ban *msg:+ban; bind msg o|o +ban msg:+ban; proc msg:+ban {handle idx arg} { if {$arg == ""} { *msg:+ban $handle $idx $arg return 0 } set date [strftime %d/%m/%y] set defr "Banned without reason" set host [lindex [split $arg] 0] if {[string first # [set c [lindex ...
by Ni0
Mon Jun 26, 2006 5:39 pm
Forum: Script Requests
Topic: /msg $botnick ban
Replies: 3
Views: 2807

/msg $botnick ban

Hello can anyone help me,and tell me how it's possible to do

/msg $botnick +ban #channel *@host.domain reason here

and the same with -ban command.


Edited Thanks .
by Ni0
Fri Jun 16, 2006 1:53 pm
Forum: Script Requests
Topic: [Help] Op command
Replies: 3
Views: 2985

.op user
i have unbind now this commands but noone can use them.:/
i want to use them only owners and masters of the bots.
by Ni0
Thu Jun 15, 2006 3:23 pm
Forum: Script Requests
Topic: [Help] Op command
Replies: 3
Views: 2985

[Help] Op command

Can anyone please tell me how i cam make the op command to use only
the admin and the master of the bots.To disable it to the regular ops.




Thanks
by Ni0
Sat Apr 15, 2006 9:43 am
Forum: Scripting Help
Topic: Help op script
Replies: 3
Views: 5183

############################################################# ### ### Operator Status v0.4: ### Allows Operators to set themself to away or available, ### users can simply type !status (or a custom command) and ### they will get the status for the operators currently on ### the channel. All works w...
by Ni0
Fri Apr 14, 2006 12:30 pm
Forum: Scripting Help
Topic: Help op script
Replies: 3
Views: 5183

Help op script

Hello i am using this script on a help channel for users to see active operators ############################################################# ### ### Operator Status v0.4: ### Allows Operators to set themself to away or available, ### users can simply type !status (or a custom command) and ### they...
by Ni0
Thu Mar 02, 2006 11:54 am
Forum: Scripting Help
Topic: [Help]Bots request script
Replies: 1
Views: 4033

[Help]Bots request script

proc rjoin {frombot command text} { set rnick [lindex [split $text] 0] set rchan [lindex [split $text] 1] set flags [lindex [split $text] 2] if {[string index $flags 0] != "+"} { set flags "+$flags" return 0 } if {![validchan $rchan]} { channel add $rchan set rhost [getchanhost $...
by Ni0
Wed Dec 14, 2005 10:04 pm
Forum: Script Requests
Topic: Default ban mask @ command .kickban
Replies: 4
Views: 3000

yeap but i said i want this without the @ at command.
by Ni0
Wed Dec 14, 2005 8:50 pm
Forum: Script Requests
Topic: Default ban mask @ command .kickban
Replies: 4
Views: 3000

Default ban mask @ command .kickban

i have this code (adds handle at command .kickban (or .kb)) but i want the default banmask be *!*@fullhost and not *!*identd@*host. t. Without @nick at command unbind dcc o|o kickban *dcc:kickban; bind dcc o|o kb kban:kickban proc kban:kickban {handle idx arg} { if {$arg == ""} { *dcc:kick...
by Ni0
Tue Dec 13, 2005 8:08 pm
Forum: Script Requests
Topic: Can anyone help
Replies: 4
Views: 10387

Sir_Fz also the first code that u wrote was working perfect. Here is the 1st code that u give:) unbind dcc o|o +ban *dcc:+ban bind dcc o|o +ban ban:+ban proc ban:+ban {handle idx arg} { if {$arg == ""} { putlog "SYNTAX: .+ban <hostmask> [channel] [time] [comment]" return 0 } set ...
by Ni0
Mon Dec 12, 2005 2:54 pm
Forum: Script Requests
Topic: Can anyone help
Replies: 4
Views: 10387

i can`t understant y but the code that u give me to replace it it`s not working. It`s banning my handle and it`s puts at reason the host that i want to ban...(i`ve try that one before i post here) Let me explain u again what i want. First i want that i said to the previous post. Then i want also at ...
by Ni0
Mon Dec 12, 2005 11:20 am
Forum: Script Requests
Topic: Can anyone help
Replies: 4
Views: 10387

Can anyone help

i have a script ban.tcl this little script adds($handle%d/%m/%y) to your bans' reason, so banned person can see who set a ban on him. the script is : > unbind dcc o|o +ban *dcc:+ban; > bind dcc o|o +ban ban:+ban > > proc ban:+ban {handle idx arg} { > if {$arg == ""} { > *dcc:+ban $handle $...