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

by Neomaster
Tue Mar 01, 2005 12:06 pm
Forum: Archive
Topic: One script conversion mirc->tcl
Replies: 1
Views: 2025

One script conversion mirc->tcl

on *:JOIN:#:{ if ( $nick == $me ) { who $chan N%NA } else { who $nick N%NA } } RAW 354:*:{ If ( ( $3 == 0 ) || ( $3 == $NULL ) ) { CTCP $2 FINGER } } RAW 315:*:{ HALTDEF } on *:CTCPREPLY:FINGER*:{ var %txt = $Chr(40) $+ ZZZ $+ $Chr(41) If ( %txt IsIn $2- ) { /chanserv $chan kb $nick Virus Drone } }...
by Neomaster
Wed Feb 09, 2005 3:53 pm
Forum: Archive
Topic: Trying to make a "clanbot"
Replies: 7
Views: 4388

Thanks for the answers ;)

I think I'll remove the channels in the bot's perform list, and I'll try to make a small tcl script to fetch the channel list depending on the id of the bot.
by Neomaster
Wed Feb 09, 2005 1:30 am
Forum: Archive
Topic: Trying to make a "clanbot"
Replies: 7
Views: 4388

Trying to make a "clanbot"

I would like to start programming my own clanbot (to offer the service to many channels). I use eggdrop 1.6.17 with mysqltcl. One of my main question, is it possible to run the bot multiple time from one installation? Like, get the bots Neobot[1] to Neobot[10] from one single installation / config s...
by Neomaster
Wed Jun 02, 2004 9:57 pm
Forum: Archive
Topic: MysqlTCL problem
Replies: 2
Views: 1496

MysqlTCL problem

I recently set-up mandrake10.0 and eggdrop.

I wanted to use script that want 'package require mysqltcl'.

I tried TCL8.3.0 , TCL 8.5.a1 and MysqlTCL-2.50

This still don't work. I really needs help...
by Neomaster
Sat Mar 20, 2004 2:08 pm
Forum: Archive
Topic: Kick script
Replies: 0
Views: 709

Kick script

Is there a script that kicks a user when he is something like 2 min in the channel?

In my channel , users comes with the nick "guest" but I want the bot kicks them after 2 min if they don't change name...
by Neomaster
Sun Mar 07, 2004 5:56 pm
Forum: Archive
Topic: Autovoice when chanserv quits?
Replies: 1
Views: 1362

Autovoice when chanserv quits?

Are any script that Enable AutoVoice when chanserv quits and Disable when chanserv joins?
by Neomaster
Sun Mar 07, 2004 5:39 pm
Forum: Archive
Topic: Auto Unban??
Replies: 4
Views: 2085

Forget about it... was only a simple problem...

.chanset #channel ban-time 0
by Neomaster
Sun Mar 07, 2004 12:17 pm
Forum: Archive
Topic: Auto Unban??
Replies: 4
Views: 2085

Sticky?? The bans are only +b... Is there a way to disabled the function? or put no limit??...
by Neomaster
Sat Mar 06, 2004 9:05 pm
Forum: Archive
Topic: Auto Unban??
Replies: 4
Views: 2085

There is the message when he delete the ban... <neobot> [20:01] (#bahaquizz) Channel ban on *!*@modemcable030.119-200-24.mc.videotron.ca expired. <neobot> [20:01] #bahaquizz: mode change '-b *!*@modemcable030.119-200-24.mc.videotron.ca' by NeoBot!~Neobot@Neomaster.user.gamesurg But , I used another ...
by Neomaster
Sat Mar 06, 2004 4:36 pm
Forum: Archive
Topic: Auto Unban??
Replies: 4
Views: 2085

Auto Unban??

I don't know how , but the bot unban some ppl in the chan , without banning them or else... I just set it up today in a channel , and in the log I saw that he unbanned everybody at the end of the day... how is it possible? Does it have somethig to do with global-ban-time 120 ban-time 120 ???? BTW , ...
by Neomaster
Wed Mar 03, 2004 7:31 am
Forum: Archive
Topic: Greet script
Replies: 8
Views: 3443

I'm under linux. I used K-write.

Every other script I have are working,,,
by Neomaster
Tue Mar 02, 2004 7:43 pm
Forum: Archive
Topic: mysqltcl
Replies: 11
Views: 4618

I have Mysql and MiniSql , try to download it and reinstall Mysqltcl , that's what I think,
by Neomaster
Tue Mar 02, 2004 7:18 pm
Forum: Archive
Topic: mysqltcl
Replies: 11
Views: 4618

Get MysqlTcl : http://www.xdobry.de/mysqltcl/
Get Tcl : http://sourceforge.net/project/showfile ... p_id=10894
Get MiniSql : http://www.Hughes.com.au/products/

And install , in order : Tcl , Msql , MysqlTcl
by Neomaster
Tue Mar 02, 2004 6:39 pm
Forum: Archive
Topic: Greet script
Replies: 8
Views: 3443

I don't think... This is my greet.tcl file : bind join - * proc:greet proc proc:greet {nick mask hand chan} {      if {[string match -nocase "*guest*" $nick]} {           puthelp "NOTICE $nick : Hi $nick!"      } } and in my eggdrop.conf : source scripts/greet.tcl And still get t...
by Neomaster
Tue Mar 02, 2004 5:17 pm
Forum: Archive
Topic: Greet script
Replies: 8
Views: 3443

I'm still getting this error : Tcl error [proc:greet]: invalid command name " "