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

by FunChatter
Wed Jun 25, 2003 4:51 am
Forum: Archive
Topic: PING
Replies: 19
Views: 4222

Anyone have tryed the 0.3 version? Seems it dosn't work... like is it never saw the !ping in the channels i set :\
by FunChatter
Mon Jun 23, 2003 7:05 am
Forum: Archive
Topic: PING
Replies: 19
Views: 4222

Thats the line... the code is just some posts up... :D
by FunChatter
Sun Jun 22, 2003 6:40 pm
Forum: Archive
Topic: PING
Replies: 19
Views: 4222

I get the following... Tcl error [pub_ping]: syntax error in expression "(([lsearch -exact [string tolower $ping_chans] [string tolow"
by FunChatter
Sun Jun 22, 2003 9:20 am
Forum: Archive
Topic: PING
Replies: 19
Views: 4222

Since the eggping.tcl from the tcl archive dosn't seem to work for me i get some weird answers when i try to load it and once i loaded it correctly it didn't replay to the pings lol... I'm also interested in this... anyone? :D
by FunChatter
Wed Jun 18, 2003 10:16 am
Forum: Archive
Topic: msg on kick...
Replies: 26
Views: 5852

ftp :D
by FunChatter
Wed Jun 18, 2003 9:51 am
Forum: Archive
Topic: msg on kick...
Replies: 26
Views: 5852

Finaly!!!!!! I did changed the editor to metapad and it worked!! *hugS* thanx everyone for your presious help!! :D
by FunChatter
Wed Jun 18, 2003 9:42 am
Forum: Archive
Topic: msg on kick...
Replies: 26
Views: 5852

I use the last eggdrop version and the editor is either notepad either wordpad in the case notepad is the editor... but the file is still a .tcl file
by FunChatter
Wed Jun 18, 2003 9:27 am
Forum: Archive
Topic: msg on kick...
Replies: 26
Views: 5852

kmsg.tcl is the file we made for the msg on kick :D

It contains this

bind kick - "#WorldChat *" msg:on:kick
proc msg:on:kick {nick host hand chan target reason} {
putserv "PRIVMSG $target :You've been kicked from #WorldChat for help /Join #WorldChat-Help Thanx."
}
by FunChatter
Wed Jun 18, 2003 9:18 am
Forum: Archive
Topic: msg on kick...
Replies: 26
Views: 5852

I did reloaded the script as you told me it should work and I got the following... [16:23] Tcl error in file 'Ioannis.conf': [16:23] invalid command name "þÿÀbÀiÀnÀdÀ" while executing "þÿÀbÀiÀnÀdÀ ÀkÀiÀcÀkÀ À-À À"À#ÀWÀoÀrÀlÀdÀCÀhÀaÀtÀ À*À"À ÀmÀsÀgÀ:ÀoÀnÀ:ÀkÀiÀcÀkÀ À"...
by FunChatter
Wed Jun 18, 2003 9:11 am
Forum: Archive
Topic: msg on kick...
Replies: 26
Views: 5852

This should be working but isn't.... any idea why?
by FunChatter
Sun Jun 15, 2003 9:02 am
Forum: Archive
Topic: msg on kick...
Replies: 26
Views: 5852

Here's an example: the user FunChatter is t oped... and FunChatter kicks out the user Spammer I want the user B0t or whatever is the bot nick to send a msg to user Spammer saying that you have been kicked from #WorldChat if you need help join #WorldChat-Help :D
by FunChatter
Sat Jun 14, 2003 1:36 pm
Forum: Archive
Topic: msg on kick...
Replies: 26
Views: 5852

I got this :D bind kick - "#WorldChat *" msg:on:kick proc msg:on:kick {nick host hand chan target reason} { putserv "PRIVMSG $target :You've been kicked from #WorldChat for help /Join #WorldChat-Help Thanx." } #to make it notice change PRIVMSG to NOTICE Btw a small note here... T...
by FunChatter
Fri Jun 13, 2003 1:52 pm
Forum: Archive
Topic: msg on kick...
Replies: 26
Views: 5852

I tryed everything and I gave them to friends to try them none work :(
by FunChatter
Fri Jun 13, 2003 1:26 pm
Forum: Archive
Topic: msg on kick...
Replies: 26
Views: 5852

Everything was okay but the code wasn't working... I also tryed changing $target to $nick and changing PRIVMSG to NOTICE but didn't worked... And I also tryed the following code again with $nick/$target/PRIVMSG/NOTICE... set kchn "#m00" set khchn "#m00-help" set kmsg "You ha...
by FunChatter
Thu Jun 12, 2003 1:04 pm
Forum: Archive
Topic: msg on kick...
Replies: 26
Views: 5852

dosn't work :(