Top

Logging Bot ^_^


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  5.0
Scores Submitted  2
Date Added  Apr 15, 2007
Last Updated  Apr 15, 2007
Tags  logging 
  Bookmark and Share

Introduction

Well, This Is a logging bot.

Setup:
1.) Make a .txt file called IRCLOGS.txt, Make sure you save it in mIRC dir.
2.) Connect Your bot into any channel(s) ya want
3.) Load this script into your remotes.


Grab the Code

Comments

  (22)  RSS
Xemnas
Comments: 44
 
mIRC Snippet:  Logging Bot ^_^
Posted on Apr 15, 2007 5:18 am
If you have more idea's for this please submit, thanks. :)
Xemnas
Comments: 44
 
mIRC Snippet:  Logging Bot ^_^
Posted on Apr 15, 2007 5:23 am
All the logs go too IRCLOGS.txt, so to get logs read that <-- This is a comment for ALL retards.
S*A*U*R*A*B*H
Comments: 40
 
mIRC Snippet:  Logging Bot ^_^
Posted on Apr 15, 2007 5:24 am
Its better if we log in our mirc.exe itself :0


alt+o

IRC >> logging >> automaticallt log (choose both)

Fare and square easy
DarkFlaze
Comments: 34
 
mIRC Snippet:  Logging Bot ^_^
Posted on Apr 15, 2007 5:26 am
Xemnas is serious about Scripting, Saurabh is not.

Anyway, Well done Xemnas, Nice script, works well too.
Xemnas
Comments: 44
 
mIRC Snippet:  Logging Bot ^_^
Posted on Apr 15, 2007 5:27 am
...It has too be a txt... you cannot log words on a mirc.exe, it is a program, not a notepad, also, if the logs are in the mirc dir, it is part of mirc.
S*A*U*R*A*B*H
Comments: 40
 
mIRC Snippet:  Logging Bot ^_^
Posted on Apr 15, 2007 5:28 am
Blah Blah
Xemnas
Comments: 44
 
mIRC Snippet:  Logging Bot ^_^
Posted on Apr 15, 2007 5:29 am
Ty, Flaze, Saurabh go to http://www.mirc.net/, Mirc help and tutorial's, etc.
Kardafol
Comments: 1
 
mIRC Snippet:  Logging Bot ^_^
Posted on Apr 15, 2007 6:59 am
mIRC's build in logging is better, as saurabh said.
Quote:

Its better if we log in our mirc.exe itself :0


alt+o

IRC >> logging >> automaticallt log (choose both)

Fare and square easy

Try following his instructions, it's much more versatile than your logging script.
peterpowell
Comments: 48
 
mIRC Snippet:  Logging Bot ^_^
Posted on Apr 15, 2007 8:23 am
how about making
Code:
[ $time $date $day 2007 ]

into
Code:
 $chr(40) $+ $date $+ / $+ $time $+  $chr(41)

so instead of showing
Quote:
14:20:46 15/04/2007 Sunday 2007

it would show
Quote:
(15/04/2007/14:20:07)

which in my opinion looks better

good work ;)

(another thing you could try is have it log to $active $+ .txt (unsure if this would work
Solo
Comments: 32
 
mIRC Snippet:  Logging Bot ^_^
Posted on Apr 15, 2007 9:11 am
It would be very hard to search these logs as EVERYTHING is logged in one text file so a user cannot search specific channels easily. One suggestion maybe to implement a refined search feature with the script.
Solo
Comments: 32
 
mIRC Snippet:  Logging Bot ^_^
Posted on Apr 15, 2007 9:12 am
another suggestion /help $fulldate
Lindrian
Comments: 755
 
mIRC Snippet:  Logging Bot ^_^
Posted on Apr 15, 2007 9:17 am
Solo, theyre saved in a *.txt, the notepad already has a search function built in.
But u have a point, that about adding sections in the file?
Solo
Comments: 32
 
mIRC Snippet:  Logging Bot ^_^
Posted on Apr 15, 2007 4:24 pm
Lindrian say i wanted to see all logs from ONe channel say #example i will have to filter through alot inorder to peace together a conversation etc.

Xemnas
Comments: 44
 
mIRC Snippet:  Logging Bot ^_^
Posted on Apr 16, 2007 12:06 am
Hmmm, Ty Solo. :D Yeah, I should put $fulldate AND, every log day I end, I should put session end, but .txt is ther best way for me, but the logging helps too tell me what happends in my chan when im at work/sleep.
Xemnas
Comments: 44
 
mIRC Snippet:  Logging Bot ^_^
Posted on Apr 16, 2007 12:09 am
Oh, on on ACTION change the 7007 too 2007. `-`
Roy911
Comments: 16
 
mIRC Snippet:  Logging Bot ^_^
Posted on Apr 17, 2007 4:46 pm
They should go in separate .txt files, or the entire thing goes into one which could make things confusing.
Ghost-lit Warder
Comments: 136
 
mIRC Snippet:  Logging Bot ^_^
Posted on Aug 9, 2007 10:41 pm
You could just make the IRCLOGS.txt $chan $+ .txt so that it writes a log for the channel. (Late on the response)
Lindrian
Comments: 755
 
mIRC Snippet:  Logging Bot ^_^
Posted on Aug 10, 2007 3:32 am
Orrrrrrr, you could just use mIRC's built in logging system xD
Ghost-lit Warder
Comments: 136
 
mIRC Snippet:  Logging Bot ^_^
Posted on Aug 10, 2007 9:40 am
lol.
Godzilla
Comments: 91
 
mIRC Snippet:  Logging Bot ^_^
Posted on Aug 17, 2007 10:38 am
Better if we use mirc's
Cazz
Comments: 16
 
mIRC Snippet:  Logging Bot ^_^
Posted on Sep 22, 2007 2:56 pm
Useful script...I like it.
But instead of
Code:
$time $date $day 2007

you should change it to
Code:
$time(mm/dd/yyyy dddd)
mountaindew
Comments: 1,640
 
mIRC Snippet:  Logging Bot ^_^
Posted on Sep 22, 2007 2:58 pm
ya cuz its not always gonna be 2007

Please Register or Login to start posting comments.
Bottom