Top

Idle Messenger (iMSG)

Please Register to submit score.
Average Score  0.0
Scores Submitted  0
Date Added  Jan 23, 2008
Last Updated  Jan 25, 2008
Tags  idle  imsg  memo  message  msg 

Introduction

Keeps a message awaiting for a user that is idle and tells them when they return.

When you load the script, //run $mircdir and in that folder, create a folder called iMSG

Load into remotes of a bot

and type !imsg <nick> <message>

When the user returns they will be notified.

Enjoy :D

Grab the Code

Comments

  (7)  RSS
mountaindew
Comments: 1,366
 
mIRC Snippet:  Idle Messenger (iMSG)
Posted on Jan 23, 2008 2:08 pm
Code:

 remove iMSG/ $+ $nick $+ .txt

wont the / screw up the directory?

try
Code:

remove $+(iMSG.,$nick,.txt)

or if you wanted the slash,
Code:

remove $qt($+(iMSG/,$nick,.txt))
Pepsi_Man0077
Comments: 30
 
mIRC Snippet:  Idle Messenger (iMSG)
Posted on Jan 23, 2008 3:25 pm
nope i tested it, works 100% as far as i can see.
mountaindew
Comments: 1,366
 
mIRC Snippet:  Idle Messenger (iMSG)
Posted on Jan 23, 2008 4:43 pm
i guess u can do that then. when i was makin a script for someone on the forum a while back, something involved a slash that screwed it up, but i guess this isn't the case.
Korvin
Comments: 241
 
mIRC Snippet:  Idle Messenger (iMSG)
Posted on Jan 23, 2008 11:51 pm
thats a "" slash, it reverts to your most used drive, EX: C:/, for me its G:/ =]
Pepsi_Man0077
Comments: 30
 
mIRC Snippet:  Idle Messenger (iMSG)
Posted on Jan 24, 2008 11:43 pm
no the slash (/) means any file that is in your $mircdir

so if it was /iMSG. Then that would (for me) be C:/Program Files/mIRC/iMSG
napa182
Comments: 735
 
mIRC Snippet:  Idle Messenger (iMSG)
Posted on Jan 30, 2008 12:36 am
nice idea for a server that dont have memoserv
kslice917
Comments: 7
 
mIRC Snippet:  Idle Messenger (iMSG)
Posted on Mar 2, 2008 3:04 am
Quote:

nice idea for a server that dont have memoserv


Are you perhaps trying to imply that since just about every IRC Server has a MemoServ, that would make this just about pointless ;)

But hey, nice job! Good thing to have add to a bot!

Please Register or Login to start posting comments.
Bottom