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.

Register SOP

Help for those learning Tcl or writing their own scripts.
Post Reply
r
romeo5k
Halfop
Posts: 46
Joined: Fri Jul 28, 2006 9:02 am

Register SOP

Post by romeo5k »

I tried looking for this but i couldnt find it and i dont know wht the proper name for it is.. I my bot and im on a WIndows PC, I want to bot to register its nick, then also on join, identify itself, this way i can add the bot to SOP list. WHat do i do? Is there a TCL already out ther eto do that?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

For your first question (which you should already know):

Code: Select all

/ns help
For your second: Tcl Archive
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
r
romeo5k
Halfop
Posts: 46
Joined: Fri Jul 28, 2006 9:02 am

didnt werk

Post by romeo5k »

Image
I tried it and i got some lil error. i dont really know what the error means.
But the one i dloaded was (cmd_clistmod)
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

There's an error in the script you're using: look carefully at the settings that need to be edited and alter accordingly. Use notepad (in Windows).

Also, there's no need to run that batch file:

Code: Select all

eggdrop -m eggdrop.conf
The above is if the user file has not been created; if it has, simply leave out the '-m' switch.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Post Reply