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.

Where i can find it?

Help for those learning Tcl or writing their own scripts.
Post Reply
M
MasterScript
Halfop
Posts: 41
Joined: Tue Apr 26, 2005 1:44 am

Where i can find it?

Post by MasterScript »

Where i can find this script?

Command use via MSG to bots.
Only who have right access can use this command.

addhost - Add new host
delhost - remove host
changehost - Change host
listhost - check/list how many hosts user have.
User avatar
Sir_Fz
Revered One
Posts: 3793
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Check out the Tcl archive, how about that?!
M
MasterScript
Halfop
Posts: 41
Joined: Tue Apr 26, 2005 1:44 am

Post by MasterScript »

Yeah. i just see with dcc not for MSG and not for "addhost user hostname"
User avatar
Sir_Fz
Revered One
Posts: 3793
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Try FzCommands. It supports adding users, host, flags...etc.
M
MasterScript
Halfop
Posts: 41
Joined: Tue Apr 26, 2005 1:44 am

Post by MasterScript »

OK thanks I will check it.

What diffrent betwen DCC command and MSG comand?
User avatar
Sir_Fz
Revered One
Posts: 3793
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

A dcc command is a command which is typed in DCC chat or Telnet (i.e. the partyline) and it always starts with a '.', while an msg command is a command that's typed in private query (i.e. /msg).
M
MasterScript
Halfop
Posts: 41
Joined: Tue Apr 26, 2005 1:44 am

Post by MasterScript »

Not that one. I mean add user host for example on party line:

Code: Select all

.+host handle <host>

Code: Select all

.host MasterScript *!MS@2*
I need like that via MSG to bots

Code: Select all

/msg bots addhost MasterScript *!MS@2*
addhost
delhost
listhost
changehost
User avatar
Sir_Fz
Revered One
Posts: 3793
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Yeah, that's why I recommended a script.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Code: Select all

/ctcp <botnick> clientinfo
Your bot will return the commands that can be used to do what you want via /msg. The bot will have to be properly configured.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Post Reply