Rawlog
From Eggdrop Wiki
What is raw-logging?
The console flags +r and +v are called raw logging, because they write raw IRC input/output.
- +r is incoming from the IRCd prefixed by [@]:
[@] underworld2.no.quakenet.org 324 Eggdrop #chan +stnCN [@] underworld2.no.quakenet.org 329 Eggdrop #chan 1288917779 [@] underworld2.no.quakenet.org 354 Eggdrop 111 #chan eggi eggdrop.users.quakenet.org Eggdrop Hx Eggdrop :realname [@] underworld2.no.quakenet.org 315 Eggdrop #chan :End of /WHO list.
- +v is outgoing traffic. [!Q] is sending to queue Q (m=mode/quick, s=server, h=help), [Q->] is outputting to ircd from queue
[!m] PRIVMSG #chan :test message [!h] PRIVMSG #chan :test message [!s] PRIVMSG #chan :test message [m->] PRIVMSG #chan :test message [s->] PRIVMSG #chan :test message [h->] PRIVMSG #chan :test message
How to enable raw-logging?
Open the eggdrop.conf file in your editor.
Search for (around line 124)
set raw-log 0
and replace it with
set raw-log 1
Restart your bot.
To actually use it, .console +rv in your partyline (see .help console for what they mean).
