Jump to content
TrinityCore

#trinity irc logs


Recommended Posts

unfortunately there is no official way to get logs from rizon, these logs are from a BNC client always attached to the server which sees joins and parts. if anyone wishes to write some sed magic to remove said (hah) joins and parts I would look into making use of it :)

Edit* while I was looking into that, heres some stats : #Trinity @ Rizon stats by KPsN

  • Upvote 1
Link to comment
Share on other sites

unfortunately there is no official way to get logs from rizon, these logs are from a BNC client always attached to the server which sees joins and parts. if anyone wishes to write some sed magic to remove said (hah) joins and parts I would look into making use of it :)

In linux?


for file in logs/*.log; do sed '*** Joins' $file

for file in logs/*.log; do sed '*** Quits' $file

for file in logs/*.log; do sed '*** TRiNiTY' $file

for file in logs/*.log; do sed 'is now known' $file

for file in logs/*.log; do sed '*** LimitServ' $file

for file in logs/*.log; do sed '*** irc.rizon.io' $file

for file in logs/*.log; do sed '*** irc.rizon.io' $file

I think it covers all unwanted entry's.

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...