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.

turn on message log of manually joined channel

Old posts that have not been replied to for several years.
Locked
k
kamikazeeman

turn on message log of manually joined channel

Post by kamikazeeman »

hi, :roll:
i'm new here and didn't find an answer, so i thought i post my question.

I set up my eggdrop, everything fine.
my question

in the chat with my bot i told
.+chan #somechannel

the bot joined that channel, still fine.

now i need to tell the bot to log the chat ( jpk)
that's going on in that channel.

can i do this via the chat with my bot or do i need to edit
the config files?

i like this to be done by using the irc client.

any help appreciated :P

greets Nico
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

well it should be done in the .conf file, add the link logfile jpk #channel (logs/channel.log)

I'm not sure about this, but try in dcc/telnet .tcl logfile jpk #channel (logs/channel.log) (this probably wont work)
k
kamikazeeman

Post by kamikazeeman »

the tcl manual says

logfile [<modes> <channel> <filename>]

so you should be right,
but the bot doesn't recognize this command.

any ideas?

:roll: :roll:
b
bobjuh
Master
Posts: 268
Joined: Wed Oct 03, 2001 8:00 pm
Location: Netherlands
Contact:

Post by bobjuh »

kamikazeeman wrote:the tcl manual says

logfile [<modes> <channel> <filename>]

so you should be right,
but the bot doesn't recognize this command.

any ideas?

:roll: :roll:
Better just to change this in the config and do a rehash of restart
k
kamikazeeman

Post by kamikazeeman »

i know it is better to rehash.
the question is still is:

is there a way?

thank's for the help so far.

but i generally have problems entering tcl commands?

what's the syntax for it?
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

If you want to log newly joined channels, use autolog.tcl from the My Scripts section of the website.
Locked