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.

command to msg the partyline?

Old posts that have not been replied to for several years.
Locked
M
Mark
Voice
Posts: 11
Joined: Fri Oct 08, 2004 9:47 am
Contact:

command to msg the partyline?

Post by Mark »

is there a command i can type to msg the partyline, cause i would like to write a script that would say something like "Keeping the connection alive" to the bot's partyline (/ctcp assassin chat) to keep me from getting disconnected
d
dollar
Op
Posts: 178
Joined: Tue Oct 28, 2003 3:47 pm
Location: Netherlands

Post by dollar »

From tcl-commands.doc, "Output" section:
putlog <text>

Description: sends text to the bot's logfile, marked as 'misc' (o)

Returns: nothing

Module: core
putcmdlog <text>

Description: sends text to the bot's logfile, marked as 'command' (c)

Returns: nothing

Module: core
dollar (or something similar) at:
#eggdrop / #tcl - undernet
#egghelp / #tcl / #eggtcl - efnet
#eggdrop.support / #tcl - quakenet
#eggdrop - ircnet
M
Mark
Voice
Posts: 11
Joined: Fri Oct 08, 2004 9:47 am
Contact:

Post by Mark »

whats that mean? i'm kinda new at this eggdrop stuff

to make it a little more clear, i need to know if there is a command i can type on irc to msg the partyline. so i could set up a timer to do that command so i dont get disconnected
Locked