Mail Box Macro[liv ur msgs]=)

Moderator: Moderators

Message
Author
gamenikko
The Way Of Human
The Way Of Human
Posts: 192
Joined: 16 Aug 2009, 03:47
Noob?: Yes
Location: Gonryun

Mail Box Macro[liv ur msgs]=)

#1 Post by gamenikko »

This macro will record messages you missed when you are at bot mode.
i dunno if someone has the same macro as this
this is better than the ordinary log, it has time and date haha
and it responds to the lastpm
this is for high socialite persons who doesn't want to block PMs while they are botting =)
NOTE : make a blank text named messages on your control folder first!

Code: Select all

#######################################
#############MAIL BOX##################
#######################################

automacro LivMsg {
	console /\(From: (.*)\) : (.*)/
	call {
	do eval open(FILE, ">>", Settings::getControlFilename("messages.txt")); print FILE "$.lastMatch1 : $.lastMatch2 ($.datetime) \n"; close FILE;
	do pm "$.lastMatch1" Sorry im not available. Your Message was Recorded.
	stop
	}
}
Just like old times.

Mushroom
Perl Monk
Perl Monk
Posts: 427
Joined: 04 Apr 2008, 14:04
Noob?: No
Location: Brazil

Re: Mail Box Macro[liv ur msgs]=)

#2 Post by Mushroom »

Moved to Share macros.
Quit.

Post Reply