Sponsored Links




Topic Options
Rate This Topic
#3282 - 10/04/08 01:31 AM Notifier Tip Script
Firebucket Offline
n00b

Registered: 06/07/08
Posts: 20
Loc: Australia
This script allows you to 1. decide whether its 'enabled' and 2. most importantly, Notify you when a user joins a channel and remind you to tell them something.
To use:
Load into blank remotes file. (.mrc)
Type /enable #notify when you want to use and right click in a channel and select Notifier. Type in the nick of whom you want to be alerted of, and some details to tell the user. This will then activate a 'tip' which appears in the lower right-hand corner of mIRC (similar to where Windows balloons appear) and will display the details when the user joins. Please ignore the 1 - Unknown Command that appears in the status window, as I have no idea, the script works fine though.

Code:
#notify off
...
menu channel {
  -
  Notifier:/set %join $$?="Enter Nick" | /set %details $$?="Enter Details" 
  -
}

on *:JOIN:#:{
  if ($nick == %join) { $tip(Join,Notification,%join is here %details,10)
    /disable #notify 
    /unset %join
  /unset %details }
  else { halt }
}
...
#notify end

Note: When the user joins the channel and the 'tip' runs, everything will be cleared and the script will be disabled so errors will not occur. Be sure to repeat the steps above to re-use.
The script is disabled by default, make sure you /enable #notify before use

Enjoy


Edited by Firebucket (10/04/08 01:31 AM)
Edit Reason: Typo in Title

Top
Sponsored Links
Sponsored Links
Member
*****

Registered: 27/08/04
Posts: 10136
Loc: Mountain View, CA
Top


Recent Posts
Rules for Voiced (+v) users in #Chris
by Axlin
Yesterday at 05:36 PM
WyldRyde Channel Management Script **BETA**
by usrbingeek
11/19/08 12:35 AM
Saying Hello
by cirian75
11/18/08 02:13 PM
Multiple Network question
by usrbingeek
11/16/08 10:00 PM
Recruiting new ops and half ops in #iPhone
by techman224
11/14/08 07:09 PM
Common Commands Script
by burace17
11/14/08 02:55 PM
Rules for Voiced Users being Enforced More
by abcd
11/14/08 08:33 AM
New bot policy
by Freekie
11/11/08 10:11 PM
my favorite channels on WR
by sbushfan11
11/10/08 05:42 AM
Volunteer Half-Op Positions Available In My New Ch
by mikem
11/08/08 03:16 PM
Script Bots. Need One?
by Samuel
11/07/08 10:10 PM
Services Help Version 2.4
by Jerry
11/06/08 09:41 PM
Recent Pics
mIRC on Linux???
Computer Spam o_O
My Windows Desktop
Who's Online
1 registered (Ryan), 5 Guests and 5 Spiders online.
Key: Admin, Global Mod, Mod
Top Posters
usrbingeek 469
Kat 266
iPhone 108
Phil 91
Freekie 85
techman224 75
CCMike 73
Justin 70
tengrrl 55
wirelesspacket 52
Terms Of Use
Use of this community signifies your agreement to the Terms Of Service and Conditions of Use.