mIRC Homepage
Posted By: juble notify - loggin - names - 23/07/05 08:43 PM
hi fellows
is it possible to loggin someone who is in my notify list
because most of the day i am out .I want to now when
is join to a server and the time.
Someone probible to say just do /ns info him ..no i cant because
it doesnt have registered nickname
The only thing i can do is from my notify list and when he joins
in a server with some way to loggin the time that has join
Posted By: MikeChat Re: notify - loggin - names - 23/07/05 09:04 PM
on *:notify:{
if (!$file(notify.log)) { write -c notify.log }
write Join $time $nick $wildsite
}
on *:unotify:{
if (!$file(notify.log)) { write -c notify.log }
write Part $time $nick $wildsite
}
alias onotify { run notepad notify.log }
alias cnotify { wite -c notify.log }

I didn't test that but I think that should work
Posted By: juble Re: notify - loggin - names - 23/07/05 10:13 PM
thanks Mikechat
is working ..but i dont understand what is the meening of this:
alias onotify { run notepad notify.log }
its create this file but is empty (what for is that?)

thanks again
Posted By: MikeChat Re: notify - loggin - names - 23/07/05 11:03 PM
alias onotify { run notepad notify.log }
open notepad with that file in it

alias cnotify { wite -c notify.log }
typo wite should be write, and that clears the log
© mIRC Discussion Forums