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.

make bots do commands [SOLVED]

Help for those learning Tcl or writing their own scripts.
Post Reply
h
holycrap
Op
Posts: 152
Joined: Mon Jan 21, 2008 11:19 pm

make bots do commands [SOLVED]

Post by holycrap »

Hi,

How do I make the bot do stuff in partyline? For example if I want the bot to do /identify [password], like do stuff as if I was the bot and running commands.

Thanks

:D
Last edited by holycrap on Thu May 07, 2009 11:09 am, edited 1 time in total.
User avatar
speechles
Revered One
Posts: 1398
Joined: Sat Aug 26, 2006 10:19 pm
Location: emerald triangle, california (coastal redwoods)

Re: make bots do commands

Post by speechles »

holycrap wrote:Hi,

How do I make the bot do stuff in partyline? For example if I want the bot to do /identify [password], like do stuff as if I was the bot and running commands.

Thanks

:D
You can use .dump <text> ( .dump IDENTIFY <password> )
dump <text>
Dumps the text to the server. Keep in mind that the bot doesn't run through ircII, so ircII commands will most likely not work this way. They need to be raw irc codes. Read rfc1459 from ftp.internic.net for more help.

Examples


.dump MODE #blah +k secret
Post Reply