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

by AlIt0
Wed Jul 20, 2011 8:24 am
Forum: Script Support & Releases
Topic: SpamKicker.tcl
Replies: 2
Views: 4207

Re

Yup, changed as he wrote, but now I have this problem
[15:47] <(Linux> [15:45] Tcl error [kbspam]: can't read "ban": no such variable
by AlIt0
Sun Jul 17, 2011 1:24 pm
Forum: Script Support & Releases
Topic: SpamKicker.tcl
Replies: 2
Views: 4207

SpamKicker.tcl

bind bot Z kb kbspam proc kbspam {botnc kb inviter} { global kb_reason ban_time exflag dkick set nick [lindex $inviter 0] set bmask [lindex $inviter 1] set host "$nick![getchanhost $nick]" set dmask [maskhost $uhost] set nickhand [nick2hand $nick] if {[string match $ban $botname] == 0} { ...
by AlIt0
Mon Oct 25, 2010 7:12 am
Forum: Eggdrop Help
Topic: eggdrop stats on Darwin
Replies: 1
Views: 6472

eggdrop stats on Darwin

Hi, I use Darwin 8.11.1, I put eggdrop. But I can not set up statistics. Someone was able to let him go? Tcl error in file 'rousse.conf': [14:37] invalid command name "resetslang" while executing "resetslang" (file "stats.conf" line 62) invoked from within "source ...
by AlIt0
Tue Aug 31, 2010 8:55 am
Forum: Script Requests
Topic: online.tcl
Replies: 1
Views: 2476

online.tcl

Hi, if anyone there is tcl who came to his users send email or sms
by AlIt0
Tue Aug 10, 2010 7:33 am
Forum: Eggdrop Help
Topic: eggdrop 1.6.20 install problem
Replies: 1
Views: 5848

eggdrop 1.6.20 install problem

ello, when write command bots @ irc: ~ / eggdrop1.6.20 $ make make [1]: Entering directory `/ home/bots/eggdrop1.6.20/src ' This may take a while. Go get some runts. gcc-g-O2-pipe-Wall-I .. -I .. -DHAVE_CONFIG_H-c tcl.c tcl.c: In function 'init_tcl': tcl.c: 698: error: 'Tcl_NotifierProcs' has no mem...
by AlIt0
Sat Aug 07, 2010 11:19 am
Forum: Script Requests
Topic: dcc chat commands tcl
Replies: 4
Views: 3137

these commands them wrote them know me but generally I need to be able to put in dcc ban on nick!*@*
by AlIt0
Sat Aug 07, 2010 9:37 am
Forum: Script Requests
Topic: dcc chat commands tcl
Replies: 4
Views: 3137

re

hello, I forgot to clarify to what to have. I want to have commands for ban on *! * @ hostname.com and nick! * @ * and nothing else.
by AlIt0
Fri Aug 06, 2010 7:03 am
Forum: Script Requests
Topic: dcc chat commands tcl
Replies: 4
Views: 3137

dcc chat commands tcl

Hi, any of you have or can I write him tcl commands are set in dcc chat. I mean TCL pubcommands, but be implemented in dcc
by AlIt0
Wed Apr 21, 2010 5:12 pm
Forum: Modules & Programming
Topic: kickban module
Replies: 2
Views: 9510

Re

Thanks a lot, but can you tell me where I can find takaf tcl, because I do not know c-programming
by AlIt0
Wed Apr 21, 2010 11:46 am
Forum: Modules & Programming
Topic: kickban module
Replies: 2
Views: 9510

kickban module

Hi, how to Edit kickban modul. In principle. Kickban command banmask . Kickban nick *! * Dent @ *. name.domain . Kickban-nick *! * Dent@host.name.domain . Kickban @ nick *! * @ Host.name.domain I want to do it . Kickban-nick nick! * @ * . Kickban nick automatically detects mirc / webuser and ban the...
by AlIt0
Wed Apr 14, 2010 8:14 am
Forum: Scripting Help
Topic: joinsms
Replies: 0
Views: 1764

joinsms

set memo " -> Is on IRC !" set num "+number@sms.globul.bg" bind join - * join:on_join proc join:on_join {nick uhost hand chan} { if {$nick == "Ronin"} { global num memo exec echo $uhost $memo | mail $num } return 0 } Hi, this is the code I use for this tcl but Unfortun...