| View previous topic :: View next topic |
| Author |
Message |
holycrap Op
Joined: 21 Jan 2008 Posts: 152
|
Posted: Fri Sep 12, 2008 4:54 pm Post subject: make bots do commands [SOLVED] |
|
|
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

Last edited by holycrap on Thu May 07, 2009 11:09 am; edited 1 time in total |
|
| Back to top |
|
 |
speechles Revered One

Joined: 26 Aug 2006 Posts: 1398 Location: emerald triangle, california (coastal redwoods)
|
Posted: Fri Sep 12, 2008 8:07 pm Post subject: Re: make bots do commands |
|
|
| 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
 |
You can use .dump <text> ( .dump IDENTIFY <password> ) | Quote: | 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 |
_________________ speechles' eggdrop tcl archive |
|
| Back to top |
|
 |
|