| Arcades | Library | Travel | MP3 | Directory | Horoscope | Downloads | Mobile | Movies | Gallery | PHP Group |
| mIRC :: SCRIPTING & HELP mIRC Scripting help, General help, Tips and Tricks! |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
;simple seen snippet
;just add this snippet to u`r remotes! Code:
on *:JOIN:#: { writeini -n Seen.ini $nick INFO: I Last Saw $nick Joining $chan At $asctime(hh:nntt) On $asctime(dd mmmm yyyy) $+ . }
on *:PART:#: { writeini -n Seen.ini $nick INFO: I Last Saw $nick Leaving $chan At $asctime(hh:nntt) On $asctime(dd mmmm yyyy) $+ . }
on *:QUIT:#: { writeini -n Seen.ini $nick INFO: I Last Saw $nick Quitting IRC At $asctime(hh:nn tt) On $asctime(dd mmmm yyyy) $+ , Saying $1- }
on *:TEXT:!Seen*:#: {
if ($2 == $me) { .msg $chan I Am Here $nick $+ ! | halt }
if ($2 == $null) { .msg $chan It Helps To Put A Name After !Seen | halt }
if ($2 ison $chan) && ($nick != $2) { .msg $chan $2 Is In The Channel, $nick $+ !!! | halt }
if ($nick == $2) && ($nick ison $chan) { .msg $chan Go Look In A Mirror, $nick $+ . | halt }
if ($readini Seen.ini $2 date == $null) { .msg $chan Sorry $nick $+ , I Have Not Seen $2 | halt }
else { .notice $nick $readini Seen.ini $2 INFO: }
}
__________________
Last edited by Cult; 21-11-2005 at 08:17 PM. |
|
#2
|
||||
|
||||
|
Re: Simple !seen Snippet
Kind saving the users in Seen.ini really sick, use hash tables are more easier and faster, and save the users in .txt file not .ini because the ini are for remotes and else, they contain n01, numbers, Thanks.
|
|
#3
|
||||
|
||||
|
Re: Simple !seen Snippet
anmlhckr saving the file in *.ini suits me. i like it this way. and it`s working fine. besides. if they contain "01" "02" ? users will not open the *.ini file! why they need looking into it? smarty?
__________________
|
|
#4
|
||||
|
||||
|
Re: Simple !seen Snippet
Maybe to see who are the users in it dude
![]() |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| simple equations | Lolittta | Jokes Daily Told , One Liners, And Adult | 5 | 08-04-2007 10:59 AM |
| WHOIS Snippet | Cult | mIRC :: SCRIPTING & HELP | 0 | 07-02-2006 11:18 AM |
| Stroke Identification - 3 simple questions to remember | wkd | Science, Philosophy & Logic | 1 | 15-11-2005 07:37 AM |
| Simple Plan - Welcome To My Life | 7assouna | Lyrics & Poems Section | 2 | 04-03-2005 02:37 AM |
| Answer This Simple Riddle :D | bilal | Riddles Section - READ OLD RIDDLES - POST NEW ONES | 14 | 20-02-2005 05:58 AM |