Yes you can virtually make the bot do anything. In your .conf file 'comment' the unbind directive for dcc:tcl. Save the configuration file and restart the bot.
It should be like this:
#unbind dcc n tcl *dcc:tcl
#unbind dcc n set *dcc:set
Then in partyline, you can type all the stuff like:
Code: Select all
.tcl putserv "privmsg nickserv :identify <botnick> <password>"
.tcl putserv "privmsg otherbot :login <botnick> <password>"
.tcl putserv "privmsg operserv :oper <botnick> <password>"
Basically here you are making the bot send direct strings of text over to the server. Like if you use anope irc services, /msg operserv raw does exactly the same, but in more advanced level.