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
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
mIRC Snippet:
Idle Messenger (iMSG)
Posted on Jan 23, 2008 2:08 pm
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)) |
mIRC Snippet:
Idle Messenger (iMSG)
Posted on Jan 23, 2008 3:25 pm
Posted on Jan 23, 2008 3:25 pm
nope i tested it, works 100% as far as i can see.
mIRC Snippet:
Idle Messenger (iMSG)
Posted on Jan 23, 2008 4:43 pm
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.
mIRC Snippet:
Idle Messenger (iMSG)
Posted on Jan 23, 2008 11:51 pm
Posted on Jan 23, 2008 11:51 pm
thats a "" slash, it reverts to your most used drive, EX: C:/, for me its G:/ =]
mIRC Snippet:
Idle Messenger (iMSG)
Posted on Jan 24, 2008 11:43 pm
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
so if it was /iMSG. Then that would (for me) be C:/Program Files/mIRC/iMSG
mIRC Snippet:
Idle Messenger (iMSG)
Posted on Jan 30, 2008 12:36 am
Posted on Jan 30, 2008 12:36 am
nice idea for a server that dont have memoserv
mIRC Snippet:
Idle Messenger (iMSG)
Posted on Mar 2, 2008 3:04 am
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!






