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

by blake
Sat Feb 28, 2009 12:53 pm
Forum: Script Requests
Topic: help please
Replies: 7
Views: 4441

Lol this pretty much screws up my original idea :( tcl and me dont mix unfortunetly iv read the manuels and still dont understand it are their any manuels out their or such thing as tcl for dummies that give proper explanations seems most manuels are harder to understand then the actual scripting it...
by blake
Sat Feb 28, 2009 7:45 am
Forum: Script Requests
Topic: help please
Replies: 7
Views: 4441

I get this error on my bots partyline when i do /msg botsnick act #chan text

_-11:43am-_ <ChanGuardian> [06:43] Tcl error [msg:act]: wrong # args: should be "msg:act hand idx text"

The way you have corrected it is the way i had it origanaly
by blake
Sat Feb 28, 2009 4:49 am
Forum: Script Requests
Topic: help please
Replies: 7
Views: 4441

Your proc declarations are messed up... Proper syntax is as follows: proc <name> <argument list> <body> Right now, you're combining the name and argument list into one single string. The usual way of writing this is like this: proc myproc {arg1 arg2 arg3} { puts stdout "arg1: $arg1" puts ...
by blake
Fri Feb 27, 2009 5:19 pm
Forum: Script Requests
Topic: help please
Replies: 7
Views: 4441

help please

Can any one help me with this script ive put together this is the error msg i get when starting my eggdrop 16:11] Tcl error in file 'eggdrop.conf': [16:11] wrong # args: should be "proc name args body" while executing "proc "msg:kill hand idx text" { global botnick set note ...
by blake
Fri Feb 27, 2009 7:46 am
Forum: Eggdrop Help
Topic: trouble Anope and mode +a
Replies: 4
Views: 5134

you need to add each user seperate using .adduser usersnick this will allocate them a handle and assign their hostmask handle can be recognised as [nick] normaly 9 charecters then do .chattr handle +o this will give them op flags on the bot you then need to set them a password .chpass handle newpass...