Hiya,

you have this file because you have asked me how to make popups. Hopefully this is everything you will need. It may look confusing but making popups is like riding a bike, take your time to learn and you will never forget how.  If u have any queries about this pls do not hesitate to ask me sometime.

Good luck

Just to start you off did u know there is an easier way to load popups. 

To load .mrc popup files:
   1)   put the .mrc in your mirc folder
   2)   While looking at mIRC program, push alt+R (then release these keys)
   3)   click file
   4)   click load
   5)   click script
   6)   select your .mrc file (if you don't see it, click the box at the bottom in the middle
   of the box for filetypes & select .mrc files.)
   7)   click OK


This file contains:
1 ***  Popup Information & working examples, what they are & where to "put" them
2 ***  Popups to play wavs, midis, and ascii art files
3 ***  Organizing your popup menus so they all fit on the screen
4 ***  .MRC files info.
5 ***  FREE POPUPS - most are in colors!
6 ***  Popup "sets"
7 ***  Chanserv, Nickserv, Memoserv access popups
8 ***  Raw patters to make your own popups



1  ************** Basic Info *********************



When you right-click in the middle of the channel, or on a highlighted nickname (nick) in the 
list of nicknames in a channel, you access POPUP menus.  Writing your own choices 
into these menus is EASY and FUN and can save you a LOT OF TYPING for the things you 
do/say often.  They also allow you to say things it would take you 10 minutes to type.
You may also say things that take up more than one line with popups.  
Just paste whatever popups you'd like to use from this file 
into the appropriate section in tools, popup (or alt+p).  

These are the places you can put popups, depending on what they do:
1  in the middle of the CHANNEL (called main in 4.6 & under)
2  in the NAMES list (nicklist)
3  in QUERY (/msg & dcc chat) windows  (Any popup that works in nicklist will 
        also work in here.)
4  in the MENU BAR (where the words are at the top of the mIRC screen.)
5  (4.7 and newer mIRCs also offer popups in the STATUS window.)

TO COPY FROM THIS .TXT:   highlight what you want, hold the ctrl key &
tap the C key (then release both keys.) -Then - to paste: get your
cursor where you want to & hold the Ctrl key and tap the
V key - line will appear. To copy off the screen while chatting:
just highlight with your mouse- (yes, that's it) 

The basic popup that interests most folks is similar to the "slap" that automatically
comes with mirc. ("...slaps "somebody" around a bit with a large trout.")
To use this, click on someone's nick in the list in the chat channel, then right-click 
on the list.  A menu will POPUP.  Choose slap.  It will play this line & insert the 
nick of the person you clicked on to activate it.  It's a pretty dorky thing to say 
to someone, but it's there as an example.  Also, you can change that slap, or delete 
it and make your own popups to say things you actually want to say to people.  
You can look at where this slap is stored on your mirc under tools, popup, nicklist,
scroll down to the bottom to see something like this:

Slap!:/me slaps $1 around a bit with a large trout.

This is a most basic popup, though this format can do a lot of different 
things.  The $1 inserts the nick of the person you clicked on to activate it.

You can use this to say anything, like this:
Welcome:/me welcomes $1 to the channel

Your popup doesn't have to address anyone in particular:

Stick-up:/me says "Whew!  This is a good place for a stick-up!"

I recommend saving the "names" section of popups for popups that 
insert ppl's nicknames into them.  Each 
section of popups is allowed to be no larger than 30000 bytes.  After that, you'll need a .mrc file.)

Also, you can play a wav with your popup, like this:
Welcome:/me welcomes $1 to the channel | /sound welcome.wav

It gets pretty interesting, huh?  If you don't want your popups purple, use /say 
instead of /me OR use any alias command that "talks" for you.  
And as you can see, I'm using alias' (lines that start with /, which 
are used in alias section) in the popups - so use your imagination here.

Another thing to do with a popup is to play a .txt (Ascii) art picture (using one 
named ship.txt for example):

Ship:/play C:\mirc\ship.txt 125

(or whatever the path to ship.txt would be on your drive)
The 125 (which indicates that the pic be played at 125 millisecond delay) 
makes the picture come up faster than the default speed of 1000 ms - you can 
add this to the end of the .txt picture play command anywhere you use it.  
However, not all chat nets accept the same amt. of input from ea. user, so you 
may not be able to play pics this fast on some nets - experiment with a speed that 
works for you & where you chat.  And, since the speed at which you play a picture 
does not affect the speed at which the pic appears to other people's computers, 
it will not come up faster to them, and playing pics too fast can make you lag, 
or even be disconnected from the server,
this 125 may be too fast, especially for larger pictures.

And, of course, you can play a wav with that & say something too, like this 
(the commands can be in any order):

Welcome:/sound welcome.wav | /me welcomes $1 to the channel | /play C:\mirc\filename.txt 125

Popups can be written into your query/dcc chat windows, too - use the exact same 
popups & put then in tools, popup, query.  

This popup is for popup, channel, (channel)(which you would find by right-clicking 
in the middle of the chat channel window) may give you other ideas, too.  
It inserts the current day of the week, date & time on your computer:
.Time:{
  say  0,0___12 IN MY PART 0__15,14\15,15 $day $date $time 15,14/
  say 0,0___12OF THE WORLD 0_15,14 4,1 $day $date $time 15,14 
  /say 0,0_12THE TIME IS NOW 015,14/15,15 $day $date $time 15,14\
  halt
}



2  *************** Play wavs, midis, .txt, etc... ********************



This popup will allow you to use your mouse to play wavs in the channel 
(right-click in the middle of the channel window to find it & use it, after 
pasting it into tools, popup, channel): (yes, it's the same as the one in mircSound.txt)
Pick WAV:/sf {
  set %sfile $$dir="Select a WAV..." $wavedir\*.wav 
  set %sfname $nopath( %sfile ) 
  set %sflen $lof( %sfile ) 
  sound %sfile 9,3! $+ $me %sfname 3 %sflen bytes
  unset %sf*
  halt
}

And you may want to play midis w/ a popup too, put this on in tools, 
popup, channel, then click OK:  
Pick MIDI:/sm {
  set %sfile $$dir="Select a MIDI..." $mididir\*.mid 
  set %sfname $nopath( %sfile ) 
  set %sflen $lof( %sfile ) 
  sound %sfile 9,3! $+ $me %sfname 3 %sflen bytes
  unset %sf*
  halt
}

This will allow you to right-click in the middle of the chat channel window & 
scroll to pick a .txt art picture to play.   You can look in any folder with this.  
Just edit the directory in this to point to the folder you want it to open to.
This line if you wish to display the filename to the channel when you play them:
You need to edit the path to the file if your .txt pics are not in C:\mirc\text\.  

.Picture:{
  set %tfn $$dir="?" c:\mirc\text\*.txt
  play %tfn $$?="?"
  say Get this picture: 4 ! $+ $me $nopath(%tfn)
  unset %tfn
  halt
}

When the little box comes up when you use the above popup, it's asking you the speed 
at which you want to play the picture.  If it's small, a speed of 200 to 400 should be 
fine.  If it's BIG, use a speed around 1000 or higher.

Also, you can duplicate the above popups if you play from diff. folders and have 
one for each folder if you like.

***Sometimes an alias can act like a popup,  this line, pasted in alias, 
will allow you to push the f8 key (or whatever key u set this for at the beginning 
of the line and scroll through your pics from there.)

f8 {
  set %tfn $$dir="?" c:\mirc\*.txt
  say To receive this picture: ! $+ $me $nopath(%tfn)
  play %tfn $$?="Enter speed"
  unset %tfn
  halt
}


3  *************** Let's get organized! ********************



Soon, you may find that you've written so many popups that some are "lost" when 
you open the menu - like they don't all fit on the screen.  To fix this, break 
the popups into categories.  Each category will be a separate menu.  The way the 
poups are now, they look like this:

Slap:/etc....
Slap2:/etc...
Welcome:/etc.....
Greeting:/etc...

And your popup menu looks like this:

Slap
Slap2
Welcome
Greeting

With categories, you'd have this:

-
Category Name 1
.Slap:/etc......
.Slap2:/etc........
-
Category Name 2
.Welcome:/etc......
.Greeting:/etc........

And the popup menu would look like this:

Category Name 1 > (clicking or hovering on this would show the 2 slaps stored underneath)
Category Name 2 > (clicking or hovering on this would show the welcome & greeting stored underneath)

Let's take a chunk out of my popups & dissect it:
(Paste this into nicklist to see how it works.)

-
Smiles, Crayons
.Smiles
..Smiley:/say  (-: $*  (-:
.-
.Crayons
..Purple:/say .|(|   Crayola(r) |)| > offers $1 a purple crayon
..Black:/say 1,1.16|(|   16,1Crayola(r)16,1 |)| >.
..Navy:/say 2,2.16|(|   16,2Crayola(r)16,2 |)| >


The first thing is this character: - (hyphen)
It makes a separator bar in a popup menu.  If you look at popup menus, you'll 
see a line separating some of the words.  The hyphen is what indicates that separator line.

Next we see this:  Smiles, Crayons
It's on the left edge, so it's going to be a word you see when you INITIALLY 
open the popup menu.  Under it, everything, even another: - (hyphen) has 
a . (period) at the front of the line.  That means that it will appear in a 
submenu when you click (or hover over) the words:  "Smiles, Crayons"  
And so there will be a separator bar in the "Smiles, Crayons" submenu 
between "Smiley" and "Crayons."

Next we see:  ..Smiley:/say (-: $* (-:
This line has two .. 's (periods) in front of it.  That means it will appear in a 
submenu of "Smiles" when you click (or hover over) the word:  "Smiles"
Earlier I mentioned that $1 would be the symbol to include the nick of the person
you clicked on.  But in this popup there is $* which would activate on ALL
highlighted nicks.  Don't get in trouble with this :+)  

Next we see that there are several actual "crayon" popups under the word "crayons."  
This means that we can put as many popups in these sub-levels as we want, preserving
the initual popup menu space as much as possible so when you right-click on a nick, 
all of the initial popup menu will be able to fit on your screen.

You can take these popup menus as deep as your 30000 bytes (and your screen 
resolution) will allow --> OR <-- you can make a .mrc file...



4  *************** Make a .mrc ********************



.MRC files info:

A .mrc file is a script to add to your mIRC.  This makes it easy for folks to share 
their popups (and other scripts.)  If popups are in .mrc form, they 
should be loaded to remotes in this way:

To load .mrc files:
   1) put the .mrc in your mirc folder
   2) from inside mIRC, push alt+R
   3) click file
   4) click load
   5) click script
   6) select your .mrc file (if you don't see it, click the box at the bottom in the middle of the box for
   filetypes & select .mrc files.)
   7) click OK

To make popups into a .mrc file, you'll just need to indicate which section(s) of popups 
in which the Popups go. 

The format is:
menu 
{ } Here's an example: menu nicklist { Test Popups .TEST:/say This is a test, $1 .Test2:/say this is a second test, $1 } menu channel { Test Popups .Test:/say this is a test .Test2:/say this is a second test } menu status { .Test:/echo This is a test .Test2:/echo this is a second test } menu query { Test Popups .TEST:/say This is a test, $1 .Test2:/say this is a second test, $1 } If you copy & paste the above section into a .txt file and name it something like Test.mrc, you'll be able to load this to remotes & see the popups when you click in Channel, nicklist, query or status. Not all popup .mrc files contain popups for all of these sections. Most contain ones for nicks and/or channel window. 5 *************** Free Popups! ******************** Here's some other, fun popups ------ ready-to-paste & use: (put most in tools, popup, names list - if there's no $1 or $*, it can just go in channel popups): .exc!:/me 8!4¡13!12¡11!9¡8!6¡4!13¡12!11¡8!12¡9!4¡6!13¡8!12¡13** $1 **12¡8!13¡6!4¡9!12¡8!11¡12!13¡4!6¡8!9¡11!12¡13!4¡8! .Harts:/me 4(¯¯`·´¯¯)11(¯¯`·´¯¯)4_12(¯¯`·´¯¯)13(¯¯`·´¯¯) | /me 4_`·._.·´__11`·._.·´___12`·._.·´__13`·._.·´_ | /me 5>>----> >>---->1 $1 5<----<< <----<< | /me 11(¯¯`·´¯¯)4(¯¯`·´¯¯)_13(¯¯`·´¯¯)12(¯¯`·´¯¯) | /me 11_`·._.·´__4`·._.·´___13`·._.·´__12`·._.·´_ .angel:/me 8,1 places smiling peaceful Angels all around $1 's neck ~8,1Å~~Å~~Å~ ~Å~~Å~~Å~ ~Å~~Å~~Å~ ~Å~~Å~~Å~ ~Å~~Å~~Å~ ~Å~~Å~~Å~ ~Å~~Å~~Å~ ~Å~~Å~~Å~ ~Å~~Å~~Å~ in hope that they bring you joy love and happyness!!!!! .friends:/me showers $1 with friendship Sparkels! 8;``*~`;.~``~* ~`;. ~`;.*`;.` ~`~`*~` ;. `;.*`;.`~;.*`;.`~;`~9 $1 8*~` ; ;.*`;.``~`* ~`;.~``~` *~`;.~`;.*`;.9 $1 8 `~`~`*~` ;.~`;.*`~``;.~`;.*```*9 $1 8 *~` ; ;.*`;.``~`* ~`;.9 $1 8~``~` *~`;.~`;.*`;. .Hug:/me 13*(¯`'·.¸(¯`'·.¸¸.·'´¯)¸.·'´¯)* $1*(¯`'·.¸(¯`'·.¸¸.·'´¯)¸.·'´¯)* .DozRoses:/me Sends a dozen red roses to $1 4@3}-----,-----'-------- 4@3}-----,-----'-------- 4@3}-----,-----'-------- 4@3}-----,-----'-------- 4@3}-----,-----'-------- 4@3}-----,-----'-------- 4@3}-----,-----'-------- 4@3}-----,-----'-------- 4@3}-----,-----'-------- 4@3}-----,-----'-------- 4@3}-----,-----'-------- 4@3}-----,-----'-------- .WetKiss:/s kissu3 | /me 10grabs $1 pulls herself real close and plants a DEEP, WET, passionet kiss on $1 `°¤ø,¸¸¸,ø¤°`°`°¤ø,¸¸¸,ø¤°`°`°¤ø,¸¸¸,ø¤°`°`°¤ø,¸¸¸,ø¤°`°`°¤ø,¸¸¸,ø¤°`°`°¤ø,¸¸¸,ø¤°`°`°¤ø,¸¸¸,ø¤°`°`°¤ø,¸¸¸,ø¤°`°`°¤ø,¸¸¸,ø¤°`°`°¤ø,¸¸¸,ø¤°`WOW!!!!! $1 that was great! :) .RobinHood!: { say disppears casually into the forrest & quietly puts on her Robin Hood disguise... say jumps up in a tree and waits for $1 | /say see's $1 walk under the tree... say swings from a vine & plucks the wavs from $1 hehe! | /say does a little happy dance "I got them!" sound gotcha.wav } .baby:/me says 13 òôÖh ßäߥ ßäߥ {{{ ** $1 ** }}} òôÖh ßäߥ ßäߥ .WildHug!:/me 9,1 gives {{W{I{L{D{{ $1 }}H}U}G}S}}! .hug:/me 12 *Hûg§*Hûg§*Hûg§ $1 *Hûg§*Hûg§*Hûg§* .hugHard:/me 6,1 hugs {{{ $1 }}} with all her strength, liking that pretty purple color she sees on your face.... .Hug:/me 13,8 ø,¸¸,ø¤°`° $1 ¤ø,¸¸,ø $1,¸¸,ø¤°` ° $1 °¤ø,¸¸,ø¤°`° ° $1 `°¤ø,¸¸,ø¤°`°,ø¤°`° ° $1 `°¤ø,¸ ,ø¤°`° ° .pnkhug:/me 13*12S11u9P6e4R3t13A12c11K9l6E4h3U13g3Z4* 13 $1 12!!!!!!! .Poke Eyes!:/sound nuknuk.wav 1 me pokes $1 in the eyes, nyuck nyuck nyuck, wise guy! .Hearts:/me 4 (¯`'·.¸12(¯`'·.¸ ¸.·'´¯) 4 ¸.·'´¯) | /me 13 **>************ $1 **********<** | /me 4 (_¸.·'´12(_¸.·'´ `'·.¸_) 4 `'·.¸_) .huggy:/me 8,1 (¯¯`·´¯¯)(¯¯`·´¯¯)_(¯¯`·´¯¯)(¯¯`·´¯¯) | /me 11,1 _`·._.·´__`·._.·´___`·._.·´__`·._.·´_ | /me 12,1 >>----> >>----> $1 <----<< <----<< | /me 13,1 (¯¯`·´¯¯)(¯¯`·´¯¯)_(¯¯`·´¯¯)(¯¯`·´¯¯) | /me 4,1 _`·._.·´__`·._.·´___`·._.·´__`·._.·´_ .hearts2:/say 8,1 <---(¯`°´¯) $1 (¯`°´¯)--<<< | /me 12,1 <----\ - /- $1 -\ - /---<<< | /say 8,1 <-----\ /-- $1 --\ /----<<< | /me 12,1 ° -- $1 -- ° .HeartHug3:/say 13,1 (¯`'·.¸(¯`'·.¸ ________________ ¸.·'´¯)¸.·'´¯) | /me 11,1 (¯`'·.¸(¯`'·.¸ ŸŸŸŸŸŸŸŸŸŸŸŸŸŸŸŸ ¸.·'´¯)¸.·'´¯) | /say 12,1 ----==>>>>------> $1 ----==>>>>------> | /me 11,1 (_¸.·'´(_¸.·'´ ŸŸŸŸŸŸŸŸŸŸŸŸŸŸŸŸ `'·.¸_)`'·.¸_) | /say 13,1 (_¸.·'´(_¸.·'´ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ `'·.¸_)`'·.¸_) .1:/me 8,4 (¯`'·.¸(¯`'·.¸ $1 ¸.·'´¯)¸.·'´¯) | /me 8,4 (_¸.·'´(_¸.·'´ $1 `'·.¸_)`'·.¸_) .fncyhg!:/me 15(```'''---...____ 14 $1 15 ____...---'''``` 4@5--3}5--3}5-- 15>>>>>>>> 4Hugs15 <<<<<<<< 5--3{5--3{5--4@ 15(___...---'''```{14 $115 }```'''---...___) .Hug:/say 2,13-----=====^v^v^v^v^v((((((((((13,2 $1 2,13))))))))))v^v^v^v^v^=====----- .Mice:/say 0,1.__(,_,_"> .__(,_,_"> .__(,_,_"> 12 (mice) .CVhug:/say 6,14cccccccc\/c\/13 $1 6,14\/c\/ccccccc .Smileys:/say 1,8:) 8,4:) 1,13:) 11,2:) 0,1:) 5,7:) 1,15:)11,5 4,9:) $1  13,11:) 11,4:) 12,11:) 11,5:) 5,11:) 8,6:) 0,2:) 1,9:) 4,8:) .Bears:/say 13*5{~.-.~} 12* 13 $1 12* 5{~.-.~}13* | 12* 5( ° ) 13 * 12 $1 13* 5 ( ° ) 12* | 13*5()¯12H5¯() 12* 13 $1 12* 5()¯12I5¯()13* | 12*5(_)-(_) 13* 12 $1 13* 5(_)-(_)12* .BubHug:/say 4(¯`·._7(¯`·._10(¯`·._(12 $1 10)_.·´¯)7_.·´¯)4_.·´¯) | /say 4(_.·´¯7(_.·´¯10(_.·´¯(12 $1 10)¯`·._)7¯`·._)4¯`·._) .Hug:/say 1(¯`·.4@}_10(¯`·.4@}_1(¯`·._( $1 )_.·´¯)_4{@10.·´¯)_4{@1.·´¯) | /say 10(_.· 4@}1¯(_.·´4@}10¯(_.·´¯1( $1 )10¯`·._)¯4{@1`·._)¯4{@10`·._) .BigHug:/say 10(¯`'·.¸2(¯`'·.¸10§ 2{7<3«10¤7¤2§7¤10¤3»7>2} 10§2¸.·'´¯)10¸.·'´¯) | /say 2<--- | ==10<2<10<2<10<2----10¤2§10 $1 2§10¤2----10>2>10>2>10>2==----> | /say 10(_¸.·'´2(_¸.·'´10§ 2{7<3«10¤7¤2§7¤10¤3»7>2} 10§2`'·.¸_)10`'·.¸_) .Hug:/say ¯`°²º¤æ=¬«.,¸_- -_¸,.»¬=椺²°`¯`°²º¤æ=¬¤æ=¬«.,¸_-4 | /say -_¸,.»¬=椺²°`¯`°²º¤æ=¬«æ=¬«.,¸_-3 -_¸,.»¬=椺²°`¯`°²º¤æ=¬¤æ=¬«.,¸_-7 | /say -_¸,.»¬=椺²°`¯`°²º¤æ=¬¤æ=¬«.,¸_-12 -_¸,.»¬=椺²°`¯`°²º¤æ= ¬¤æ=¬«.,¸_- .Bears:/say <-- 13{~._.~} - 11 - 13{~._.~}--- | /say <---13 ( Y ) -- 12 --13 ( Y )---- | /say <-- 13()~*~() - 11 -13 ()~*~()--- | /say <--13 (_)-(_) - 12 -13 (_)-(_)--- .Hug:/say ¡!¡°¨¨°¡!¡°¨¨°¡!¡°¨¨°¡!¡°¨¨°¡!¡°¨ $1 ¨°¡!¡°¨¨°¡!¡°¨¨°¡!¡°¨¨°¡!¡°¨¨°¡!¡ .Angels:/say sends angels to accompany `~Å~.:**.:`~Å~.:* $1 *.:`~Å~.:* *.:`~Å~.:**.:`~Å~.:* $1 *.:~Å~.:`**.:`~Å~.:`**. :` ~Å~.:`**.:`~Å~.:`* $1 *.:`~Å~.:`**. .Angels:/say 12 $me sends angels to watch over 11~6Å11~* ~6Å11~* ~6Å11~* ~6Å11~*12 $1 11~6Å11~ ~6Å11~* ~6Å11~* ~6Å11~* ~6Å11~* ~6Å11~12! .HugeHug:/say 13(¯8`9'13·12.13¸10(¯9`4'12·7.10¸13 ________________ 10¸7.12·4'9´10¯)13¸12.13·9'8´13¯) | /say 3(¯`'·.¸6(¯`'·.¸9 ŸŸŸŸŸŸŸŸŸŸŸŸŸŸŸŸ 6¸.·'´¯)3¸.·'´¯) | /say 4<8-9-13-12-10-4-13<8<9<13<11==--12--12,11 $1 12--11--==13>9>8>13>4-10-12-13-9-8-4> | /say 3(_¸.·'´6(_¸.·'´9 ŸŸŸŸŸŸŸŸŸŸŸŸŸŸŸŸ 6`'·.¸_)3`'·.¸_) | /say 13(_8¸9.13·12'13´10(_9¸4.12·7'10´13 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ 10`7'12·4.9¸10_)13`12'13·9.8¸13_) .ColHug:/say 4 {1{2{3{4{5{6{7{8{9{10{11{12{13{14{15{1{2{3{4{5{6{7{8{ 12 $* 4 }8}7}6}5}4}3}2}1}15}14}13}12}11}10}9}8}7}6}5}4}3}2}1} .Sword:/say Draws my sword 4,15@4,1xxx4,15][4,14>>>>>>>>>>>>>>>>> on $1 .Colors:/say 1 1=black2 2=blue3 3=green4 4=red5 5=brown6 6=purple7 7=orange8 8=yellow9 9=light green10 10=green/blue11 11=light blue12 12=dark blue13 13=pink14 14=grey15 15=white .Magic:/say throws a little magic in the air for 11~`13;.~`13;.9*13`;.11`~13;11`~ `9* 13`;.`;.9*13`; $1 .`11~13;11`~`9*11~`13;.11~`13;.9*13`; $1 .`11~13;``9*11~`13;.11``~`9*11~`13;.11~ $1 `13;.9*13`;.11`~`~`9*11~`13;.11~`13;.9*13`;.11~;9*13`;.11`~13; .Kises:/say 10}}{{**«o»** 2§MÒÒÇH¡! $1 !¡§MÒÒÇH10 **«o»**}}{{ .Dust:/say 12,15 sprinkles Angel dust all over  10**13:.12^Å^13.:10**13:.15~ Å~ $1 13.:10**13:.12^Å^13.:10**13:.11 $1 13.:10**13:.15~Å~13.:10**13:.12^Å^13.:10**13:.15~Å~13.:10 **13:.11 $1 13.:10**13:.12^Å^13.:10**13:.15~Å~13.:10**13:.12~Å~13.:10 .Dust:/say sprinkles magic dust 13 ¡  * * 13 ¡ !  * 9 !  * * 13 ¡  * | /say all over $1  * 13 !  * * 9 !  * 13 ¡  * 13 ! 9 ¡  * 13 !  * 9 ¡ | /say 13 !  * 13 !  * 9 ¡ 13 !  * 9 ¡  * 9 ¡ 13 !  * 13 !  * 13 !  * 9 ¡  * 13 !  | /say * 9 ¡ 13 !  * 13 ! 9 ¡  * 9 ¡  * 13 !  May all your dreams come true!!! .WBlg:/say 9 (¯`'·.¸(¯`'·.¸ ŸŸŸŸŸŸŸŸŸŸŸŸŸŸŸ ¸.·'´¯)¸.·'´¯) | /say 13 ,,7/ \13,, | /say 13 /(-\ 3Welcome 13/.)m | /say 13 ,---' /`-' 13`-'\ `----, | /say 13 /( )__)) 3Back 13((,==( )\ | /say 13 /_//___\\ 13//____\\ | /say 13 `` `` 13 $chan 13'' '' | /say 13 3 $1 | /say 9 (_¸.·'´(_¸.·'´ ŸŸŸŸŸŸŸŸŸŸŸŸŸŸŸ `'·.¸_)`'·.¸_) .CatHug:/say 8 {=^;^=}6 ¨°º(c)¤¡¤(c)º°¨°º(c){4 $* 6 }(c)º°¨°º(c)¤¡¤(c)º°¨8 {=^;^=} .HA:/say 21(¯¯`·´¯¯)(¯¯`·´¯¯)_(¯¯`·´¯¯)(¯¯`·´¯¯) | /say 23_`·._.·´__`·._.·´___`·._.·´__`·._.·´_ | /say 28>>----> >>----> $1 <----<< <----<< | /say 30(¯¯`·´¯¯)(¯¯`·´¯¯)_(¯¯`·´¯¯)(¯¯`·´¯¯) | /say 26_`·._.·´__`·._.·´___`·._.·´__`·._.·´_ | /say 4(¯¯`·´¯¯)11(¯¯`·´¯¯)4_12(¯¯`·´¯¯)13(¯¯`·´¯¯) | /say 4_`·._.·´__11`·._.·´___12`·._.·´__13`·._.·´_ | /say 5>>----> >>---->1 $1 5<----<< <----<< | /say 11(¯¯`·´¯¯)4(¯¯`·´¯¯)_13(¯¯`·´¯¯)12(¯¯`·´¯¯) | /say 11_`·._.·´__4`·._.·´___13`·._.·´__12`·._.·´_ .Hug:/say .,-*'^'*-,._.,-*'^'*-,._ $1 _.,-*'^'*-,._.,-*'^'*-,._ | /say $1 _.,-*'^'*-,._.,-*'^'*-,._ $1 _.,-*'^'*-,._.,-*'^'*-,._ $1 | /say _.,-*'^'*-,._ $1 _.,-*'^'*-,._.,-*'^'*-,._ $1 _.,-*'^'*-,._.,-*'^'* .Watching:/say is watching you $1 4==^..^==9 ö¿ö 11{o-o} 4=^..^= 13~(c)¿(c)~ 3«ºº» 12ô¡ô4 =^..^= 2ò¿ò6 (°¿°) 5õ¿õ4 =^..^=6 @¡@ 10-¿- 6*Õ¿Õ*4 =^..^= 1~ô¿ô~11 Q¿Q 2°`ô¿ô`°4 ==^..^== 9°(r)¬(r)° .Hug:/say 6~10¥6~13»«6~10¥6~14 $1 6~10¥6~13»«6~10¥6~ .Eyes:/say 13,14's got my eyes on u | /say 16.......17_....,_16.........17_,...._ | /say 16...17_.-` _,..,_'16.......17'_,..,_ `-._ | /say 16..17,._,-`/ 3o17 \ '16.......17' / 3o17 \`-,_ | /say 16.....17'-.\___/.-`16.....17`-.\___/.-' .Hug:/say 0,2 says4,8Hello0,0...4,4.15,15.2,2.4,8===11,1»8,1»13,1»9,1»5,158,2 $1 9,1«13,1«8,1«11,1«4,8===2,2=15,15=4,4= .AlmJoy:/say Here, $1 | /say 0,0.......12_______________ | /say 0,0.......12,12..5,0 AlmondJoy 12,12.. | /say 0,0.......12¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ | /say 12"SOMETIMES YOU FEEL LIKE A NUT" | /say 0,0.........4____________ | /say 0,0.........4,4..5,0 Mounds 4,4.. | /say 0,0.........4¯¯¯¯¯¯¯¯¯¯¯¯ | /say 0,0.....4"SoMeTiMeS You DoNt" .ButFingr:/say 12Say's "Hey You'd Better NOt" | /say 12...."LaY A FinGeR On My".... | /say 0,0.......8______________ | /say 0,0.......8,8.12,0ButterFinGeR8,8. | /say 0,0.......8¯¯¯¯¯¯¯¯¯¯¯¯¯¯ .Hug:/say 13(¯`·.4@3}13_(¯`·.4@3}13_4(14 9,6 $1 4,0 )13_3{4@13.·´¯)_3{4@13.·´ ¯) | /say 13(¯`·.4@3}13_(¯`·.4@3}13_4(14 9,6 $1 4,0 )13_3{4@13.·´¯)_3{4@13.·´ ¯) | /say 13(¯`·.4@3}13_(¯`·.4@3}13_4(14 9,6 $1 4,0 )13_3{4@13.·´¯)_3{4@13.·´ ¯) .DozRoses:/say        3 ... | /say     3 {8@3} * {8@3} | /say   3 {8@3} * {8@3} * {8@3} 8 A DOZEN YELLOW ROSES FOR | /say 3 : * {8@3} * {8@3} * .;  8 $1 | /say 3{8@3} * {8@3} * {8@3} * {8@3} | /say 3 * ; * ; {8@3} * ; * : | /say  3 ;\ \ \ \| / / /; | /say     3 \\ \ Y/ / / | /say      3 `4_3\ |/4 _3' | /say      4 / \3\Y/4/ \ | /say     4 ( ,-}={-, ) | /say    | /say   4 \_//((\_/ | /say        4 //))(\ | /say         4 (/ )) .X&O:/say sends 4KISSES & HUGS 6to2 $1 6...a 13Special Friend | /say 4(}*XOX*{)6(}*XOX*{)13(}*XOX*{)2 $1 | /say 4(}*XOX*{)6(}*XOX*{)13(}*XOX*{)2 | /say $1 4(}*XOX*{)6(}*XOX*{)13(}*XOX*{)2 $1 | /say 4(}*XOX*{)6(}*XOX*{)13 | /say (}*XOX*{)2 $1 4(}*XOX*{)6(}*XOX*{)13(}*XOX*{)2 $1 4*XOX* .ALERT:/say 8,1A1,8L8,1E1,8R8,1T4,12 $1 8 OFFICIAL IRC 4 $1 8,1A1,8L8,1E1,8R8,1T 0,12 |/say Please stay inside and bolt your doors! 0,12 Hide your children, | /say and spay your pets! 8,1A1,8L8,1E1,8R8,1T0,12 MAYBE 4 $1 0won't see you!! | /say 8,1A1,8L8,1E1,8R8,1T8,12 .Hug:/say 13,1 @3,1-}-13,1@3,1-}-13,1@3,1-}-13,1@3,1-}-12,0 $1 3,1-{-13,1@3,1-{-13,1@3,1-{-13,1@3,1-{-13,1@  .BigHug:/say 2says Hello13 $1 $+ ! | /say 13(¯8`9'13·12.13¸10(¯9`4'12·7.10¸13 _______________ 10¸7.12·4'9´10¯)13¸12.13·9'8´13¯) | /say 3(¯`'·.¸6(¯`'·.¸9 ŸŸŸŸŸŸŸŸŸŸŸŸŸŸŸ 6¸.·'´¯)3¸.·'´¯) | /say 4<8-9-13-12-10-4-13<8<9<13<11==--12--12,11 $1 12--11--==13>9>8>13>4-10-12-13-9-8-4> | /say 3(_¸.·'´6(_¸.·'´9 ŸŸŸŸŸŸŸŸŸŸŸŸŸŸŸ 6`'·.¸_)3`'·.¸_) | /say 13(_8¸9.13·12'13´10(_9¸4.12·7'10´13 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ 10`7'12·4.9¸10_)13`12'13·9.8¸13_) .Hug:/say 15(```'''---...____ 14 $1 15 ____...---'''``` 4@5--3}5--3}5-- 15>>>>>>>> 4Hugs15 | /say <<<<<<<< 5--3{5--3{5--4@ 15(___...---'''```{14 $1 }```'''---...___) .AllHugz:/say 2HUGZ11«°«°«°«°«13{ $* }11»°»°»°»°»2HUGZ .AllHug!:/say 0..12¡4.13*4°13*4.12¡4.13*4°13*4.12¡4.13*4°13*4.12¡4.13*4 $* 13*4.12¡4.13*4°13*4.12¡4.13*4°13*4.12¡4.13*4°13*4.12¡ .Hug:/say 10(¯`'·.¸2(¯`'·.¸10§ 2{7<3«10¤7¤2§7¤10¤3»7>2} 10§2¸.·'´¯)10¸.·'´¯) | /say 2<----==10<2<10<2<10<2--10¤2§10 $1 2§10¤2----10>2>10>2>10>2==----> | /say 10(_¸.·'´2(_¸.·'´10§ 2{7<3«10¤7¤2§7¤10¤3»7>2} 10§2`'·.¸_)10`'·.¸_) Hug:/say 13(¯`·.4@3}13_(¯`·.4@3}13_4(14 9,6 $1 4,0 )13_3{4@13.·´¯)_3{4@13.·´ ¯) | /say 13(¯`·.4@3}13_(¯`·.4@3}13_4(14 9,6 $1 4,0 )13_3{4@13.·´¯)_3{4@13.·´ ¯) | /say 13(¯`·.4@3}13_(¯`·.4@3}13_4(14 9,6 $1 4,0 )13_3{4@13.·´¯)_3{4@13.·´ ¯) BearChan:/say 0,0...11,1 _¸,.»12¬=13椺 8 $chan 13 º¤æ12=¬11«.,¸._ | /say 1,1.13{~0.13_0.13~} 11{~0.11_0.11~} 8{~0.8_0.8~} 9{~0.9_0.9~} 12{~0.12_0.12~}1,1. | /say 1,1. 13( 7° 13) 1. 11( 7° 11) 1. 8(7 °8 ) 1. 9(7 °9 ) 1. 12(7 °12 )1,1. | /say 1,1.13()¯0H13¯() 11()¯0E11¯() 8()¯0L8¯() 9()¯0L9¯() 12()¯0O12¯()1,1. | /say 1,1.13(_)-(_) 11(_)-(_) 8(_)-(_) 9(_)-(_) 12(_)-(_)1,1. | /say 0,0...11,1 _¸,.»12¬=13椺 8 $1 13 º¤æ12=¬11«.,¸._ .BigHug:/say _¸.«¬·ºª°´¯´°ªº·¬».¸_¸.«¬·ºª°´¯´°ªº·¬».¸_¸.«¬·ºª°´¯´°ªº·¬».¸_ | /say """"""""""""""""""""""""- $+ $1 +$ -"""""""""""""""""""""""" | /say ¯´°ªº·¬».¸_¸.«¬·ºª°´¯´°ªº·¬».¸_¸.«¬·ºª°´¯´°ªº·¬».¸_¸.«¬·ºª°´¯ Hug:/say 13(¯`·.4@3}13_(¯`·.4@3}13_4(14 9,6 $1 4,0 )13_3{4@13.·´¯)_3{4@13.·´ ¯) GoodNite:/say 8,2 * * * 2,2 1118,2 * 2,2 1111111111118,2*  * 2,2 ***********8,2 * * *2,2 * * * ** 8,2 ) GOODNIGHT | /say $1 !!! ) 8,2 * * * 2,2 1118,2 * 2,2 1111111111118,2*  * 2,2 ***********8,2 ) SWEET DREAMS... | /say 2,2*********8,2 * * *2,2 * * * ** 8,2 Balloons:/say dcc's a bunch of 6,8 COLORED BALLOONS  to 4 $1  for a 13,11 HAPPY DAY 4O~~~~*`;.'2O~~~~*`;3O~~~~~`*`; 4O~~~~~*`;` 13O~~~~*;6O~~~~*.'`; 7O ~~~~*`;` 8O~ ~~~~*`;.' 9O~~~~~;``10O~~~~*`;.'` 11O~~~~*~`; 12O~~~~~*`;` 13O~~~~~*`;` 14O~~~~~*`;` 15O~~~~~*`;` Wow:/say 13 $1 12 `°¤ø,¸¸¸,ø¤°`°`°¤ø,¸¸¸,ø¤°`°`°¤ø,¸¸¸,ø¤°`°`°¤ø,¸¸¸,ø¤°`°`°¤ø,¸¸¸,ø¤°` °`°¤ø,¸¸¸,ø¤°`°`°¤ø,¸¸¸,ø¤°`°`°¤ø,¸¸¸,ø¤°`°`°¤ø,¸¸¸,ø¤°`°`°¤ø,¸¸¸,ø¤°`4WOW!!!!! Hug:/say 9,1!¡!¡!¡11!¡!¡!¡3!¡!¡!¡2!¡!¡!¡12!¡!¡!¡6!¡!¡!¡14!¡!¡!¡9!¡!¡!¡7!¡!¡!¡8!¡! 11,2 $1 14,1 ¡!¡6!¡!¡!¡12!¡!¡!¡10!¡!¡!¡11!¡!¡!¡11!¡!¡!¡13!¡!¡!¡8!¡!¡!¡10!¡!¡!¡13!¡!¡!¡13!¡!¡!¡3!¡!¡!¡14!¡!¡!¡13!¡!¡!¡5!¡!¡!¡15!¡!¡!¡14!¡!¡!¡10!¡!¡!¡12!¡!¡!¡11!¡!¡!¡10!¡!¡!¡3!¡!¡!¡09!¡!¡!¡15!¡!¡!¡3!¡!¡!¡12!¡!¡!¡3!¡!¡!¡5!¡!¡!¡8!¡!¡!¡9!¡!¡!¡11!¡!¡!¡2!¡!¡!¡4!¡!¡!¡15!¡!¡!¡ 5Hug:/say 4(c) 8(c) 9(c) 11(c) 12(c) 13(c) 6 $1 $2 $3 $4 $5 4(c) 8(c) 9(c) 11(c) 12(c) 13(c) Hug:/say 4@3}7-9>7-1,7--1`7--- ---1,7--1`7-9<7-3{4@ | /say 7--1,7-1`7-3{11@ 2 $1 11@3}7-1`7-1,7-- | /say 4@3}7-9>7-1,7--1`7--- ---1,7--1`7-9<7-3{4@ ColHug:/say 4,1(7¯8`9'11·13.4¸7(8¯9`11'13·4.7¸ 8_9_11_13_4_7_8_9_11_13_ 4¸7.8·9'11´13¯4)7¸8.9·11'13´4¯7) | /say 4,1(7¯8`9'11·13.4¸7(8¯9`11'13·4.7,1¸ 9,18,1ƒ9ƒ11ƒ13ƒ4ƒ7ƒ8ƒ9ƒ11ƒ13ƒ4 ¸7.8·9'11´13¯4)7¸8.9·11'13´4¯7) | /say 4<7-8-9-11<13<4<7<8=9=11-13-4-7-4> $1 <4-7-8-9-11=13=4>7>8>9>11-13-4-7> | /say 4,1(7_8¸9.11·13'4´7(8_9¸11.13·4'7´8 ƒ9ƒ11ƒ13ƒ4ƒ7ƒ8ƒ9ƒ11ƒ13ƒ4 7,14,1`7'8·9.11¸13_4)7`8'9·11.13¸4_7) | /say 4,1(7_8¸9.11·13'4´7(8_9¸11.13·4'4´7 8¯9¯11¯13¯4¯7¯8¯9¯11¯13¯4 `7'8·9.11¸13_4)7`8'9·11.13¸4_7) Hug:/say 13~§«¥~§«¥~§«HUG! 4<<<12 $1 4>>> 13HUG!»§~¥»§~¥»§~ Hugz:/say 4««10§§4«10§ 4$1 10§4»10 4«10§ 4HÜGZ 10§4»10§§4»» COLhug:/say 0,15 0,14 0,13 0,12 0,11 0,10 0,9 0,8 0,7 0,6 0,5 0,4 0,3 0,2 0,6  $1  0,2 0,3 0,4 0,5 0,6 0,7 0,8 0,9 0,10 0,11 0,12 0,13 0,14 0,15 Caution:/say 1,88,1C1,8a8,1U1,8t8,1I1,8o8,1N1,812,11 $1 3is4 HERE 1,88,1C1,8a8,1U1,8t8,1I1,8o8,1N1,8 Hi:/say 0,12 0,4 0,8 0,1 0,15 18=4=2=2»4»8»12»141 HI $1 - 412«8«4«2«2=4=8=0,15 0,1 0,8 0,4 0,12 0 Time:/say 0,0___12 IN MY PART 0__15,14\14,14__________15,14/ | /say 0,0___12OF THE WORLD 0_15,14 4,1 $time 15,14  | /say 0,0_12THE TIME IS NOW 015,14/14,14__________15,14\ Hug:/say 4,10_¸,.»¬=椺²°`¯[>» $1 «<]¯`°²º¤æ=¬«.,¸_ Private-Message:/notice $1 11,11 12,12 4,1 $$?="Private Message" 12,12 11,11 0,0 .kite:/me «,¸_¸,»-²°~^~°²­--/\-------LET'S GO | /me «,¸_¸,»-²°~^~°²­-/--\------ | /me «,¸_¸,»-²°~^~°²­\----/----- FLY A | /me «,¸_¸,»-²°~^~°²­-\--/------- | /me «,¸_¸,»-²°~^~°²­--\/--------KITE ! | /me «,¸_¸,»-²°~^~°²­---|-------- CoffPot:/say 10 _____________________ | /say 10 / ________________> | /say 10 | | |===========|=\ | /say 10 | | \ / / | /say 10 | | \_____/ ` | /say 10 | | 5! | /say | /say 10 | | ___5!___ | /say 10 | | \_____/ | /say 10 | | / \/===\ | /say 10 | | /5:::::::::::10\ | | /say 10 | ||5:::::::::::::10| ` | /say 10 | | \5:::::::::::10/ | /say 10 | |---==========---\ | /say 10 \_____________________/ | /say 12 COFFEE BREAK!!!!!! .thekite:/me 0,0«,¸_¸,»-²°~^~°²­11,12\12---11,0\0,0-------3 GO | /me 4«8,6¸_8¸2,4»2-10²12°8~5^13~8°3²6­12,12-2,2----0,0-------3FLY A | /me 0,0«,¸_¸,»-²°~^~°²­11,0\2,2----0,0-------4KITE ! 6 *************** Popup "Sets" ******************** Paste the WHOLE THING, ALL AT ONCE, into tools, popup, names list, then click OK: To use, right-click a highlighted nick from the list in any channel & choose ARROWHUGS, then the type of hug. ARROWHUGS .ArrowLoop { set %ii 1 set %perz set %perz1 set %perz2 set %nicki $snick(1,#) set %nickleni $len(%nicki) %nickleni = %nickleni + 6 set %perz $chr(159) set %perz1 $chr(175) set %perz2 $chr(95) :nextperiod inc %ii set %perz %perz $+ $chr(159) set %perz1 %perz1 $+ $chr(175) set %perz2 %perz2 $+ $chr(95) if %ii == %nickleni goto dunn goto nextperiod inc %ii set %perz %perz $+ $chr(159) set %perz1 %perz1 $+ $chr(175) set %perz2 %perz2 $+ $chr(95) if %ii == %nickleni goto dunn goto nextperiod :dunn /msg $chan (¯`'·.¸(¯`'·.¸ %perz2 ¸.·'´¯)¸.·'´¯) /me (¯`'·.¸(¯`'·.¸ %perz ¸.·'´¯)¸.·'´¯) /msg $chan <------<<<<==---- $1 ----==>>>>------> /me (_¸.·'´(_¸.·'´ %perz `'·.¸_)`'·.¸_) /msg $chan (_¸.·'´(_¸.·'´ %perz1 `'·.¸_)`'·.¸_) } .ArrowLoop { set %ii 1 set %perz set %perz1 set %perz2 set %nicki $snick(1,#) set %nickleni $len(%nicki) %nickleni = %nickleni + 6 set %perz $chr(159) set %perz1 $chr(175) set %perz2 $chr(95) :nextperiod inc %ii set %perz %perz $+ $chr(159) set %perz1 %perz1 $+ $chr(175) set %perz2 %perz2 $+ $chr(95) if %ii == %nickleni goto dunn goto nextperiod inc %ii set %perz %perz $+ $chr(159) set %perz1 %perz1 $+ $chr(175) set %perz2 %perz2 $+ $chr(95) if %ii == %nickleni goto dunn goto nextperiod :dunn /msg $chan 13(¯`'·.¸(¯`'·.¸ %perz2 ¸.·'´¯)¸.·'´¯) /me 13(¯`'·.¸(¯`'·.¸ %perz ¸.·'´¯)¸.·'´¯) /msg $chan 6<------<<<<==---- $1 ----==>>>>------> /me 13(_¸.·'´(_¸.·'´ %perz `'·.¸_)`'·.¸_) /msg $chan 13(_¸.·'´(_¸.·'´ %perz1 `'·.¸_)`'·.¸_) } .RainbowLoop { set %ii 1 set %perz set %perz1 set %perz2 set %nicki $snick(1,#) set %nickleni $len(%nicki) %nickleni = %nickleni + 6 set %perz $chr(159) set %perz1 $chr(175) set %perz2 $chr(95) :nextperiod inc %ii set %perz %perz $+ $chr(159) set %perz1 %perz1 $+ $chr(175) set %perz2 %perz2 $+ $chr(95) if %ii == %nickleni goto dunn goto nextperiod inc %ii set %perz %perz $+ $chr(159) set %perz1 %perz1 $+ $chr(175) set %perz2 %perz2 $+ $chr(95) if %ii == %nickleni goto dunn goto nextperiod :dunn /msg $chan 13(¯8`9'13·12.13¸10(¯9`4'12·7.10¸13 %perz2 10¸7.12·4'9´10¯)13¸12.13·9'8´13¯) /me 3(¯`'·.¸6(¯`'·.¸9 %perz 6¸.·'´¯)3¸.·'´¯) /msg $chan 4<8-9-13-12-10-4-13<8<9<13<11==--12--12,11 $1 12--11--==13>9>8>13>4-10-12-13-9-8-4> /me 3(_¸.·'´6(_¸.·'´9 %perz 6`'·.¸_)3`'·.¸_) /msg $chan 13(_8¸9.13·12'13´10(_9¸4.12·7'10´13 %perz1 10`7'12·4.9¸10_)13`12'13·9.8¸13_) } Paste the entire thing below, including the - at the bottom to popups, nicklist, (and/or in chat/query popup also) then click OK: - Candy .Lifesaver: /say hands $* a roll of 15,15.0,4L1,8I1,9F0,6E0,12S1,11A0,40,3V1,8E1,9R16,4S15,15. .MnMs:/say gives4 $* 1,1.4,1:8,1:3,1:12,1:13,1:4,1:8,1:11,1:5,5.8,5M&M's 8,1:13,1: a nice bag of M&M's .JuicyFruit:/say hands $* 14,14.4,8<~Juicy-Fruit~>14,14. some gum .TootsieRoll:/say offers $* 14,14.16,16.4,4.16,5TootsieRoll4,4.16,16.14,14. some chocoate chews! .FruitLoops:/say offers $* some 4o3o6o8o9o12o4o3o6o8o9o12oFruitLoops4o3o6o8o9o12o4o3o6o8o9o12o and 16,1milk .Kisses:/say 5offers Hershey Kisses to $* 14/º\~ /º\~ /º\~ /º\~ /º\~ .Reese's:/me gives $* a pair of Reese Cups 14,14 15,15! 5 \^^^^^^^/ \^^^^^^^/ .Hershey:/say offers $* 15,15.14,5 Hershey's 15,15.1 some chocolate .butterfinger:/me 12Say's "Hey $1 You'd Better NOt" | /me 12...."LaY A FinGeR On My".... | /me 0,0.......8______________ | /me 0,0.......8,8.12,0ButterFinGeR8,8. | /me 0,0.......8¯¯¯¯¯¯¯¯¯¯¯¯¯¯ .almondjoy:/sound likeanut.wav 0,0.......12_______________ | /me 0,0.......12,12..5,0 AlmondJoy 12,12.. | /me 0,0.......12¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ | /me 12"SOMETIMES YOU FEEL LIKE A NUT, $1 $+" | /timer 1 3 /me 0,0.........4____________ | /timer 1 3 /me 0,0.........4,4..5,0 Mounds 4,4.. | /timer 1 3 /me 0,0.........4¯¯¯¯¯¯¯¯¯¯¯¯ | /timer 1 3 /me 0,0.....4"SoMeTiMeS You DoNt" - Put the following in popups: in nicks, channels, query categories. .- ColorBands .Black:/say 15,114131211109871312111098 $$?2="Enter Message" 15,114131211109871312111098 .Yellow:/say 15,814131211109471312111094 $$?2="Enter Message" 15,814131211109471312111094 .Hot Pink:/say 15,131481211109478121110948 $$?2="Enter Message" you got back here" 15,13148121110947812111094 .Lt Blue:/say 15,121413811109471381110948 $$?2="enter Message" 15,12141381110947138111094 .Cyan:/say 15,11141312810947131281094 $$?2="Enter Message" 15,11141312810947131281094 .Grey:/say 9,15141312810947131281094 $$?2="Enter Message" 9,15141312810947131281094 - ************* Raw patterns to 'Roll your own' brand new popups **************** And here's some patterns, if you want to use them to make your own popups: =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ ~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~ º º º º º º º º º º º º º º º º º º º º º º º º º º º ~¤~ ~¤~ ~¤~ ~¤~ ~¤~ ~¤~ ~¤~ ~¤~ ~¤~ ~¤~~¤~ ~¤~ ~¤~ ~¤~ ~¤ =l=l=l=l=l=l=l=l=l=l=l=l=l=l=l=l=l=l=l=l=l=l=l=l=l=l=l=l=l=l=l=l=l=l= :<>:<>:<>:<>:<>:<>:<>:<>:<>:<>:<>:<>:<>:<>:<>:<>:<>:<>:<>: () () () () () () () () () () () () () () () () [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] <==================> c"c"c"c"c"c"c"c"c"c" =-=-=-=-=-=-=-=-=-=- +-+-+-+-+-+-+-+-+-+- -*&*-*&*-*&*-*&*-*&* """""""""""""""""""" ##=##=##=##=##=##=## @-+-+-+-+-+-+-+-+-+@ <><><><><><><><><><> +=+=+=+=+=+=+=+=+=+= ccccccccccccccccccccc --/\/--/\/--/\/--/\/-- -+*+-+*+-+*+-+*+-+*+- --<>--<>--<>- * - * - * - * - * - * .:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:. -=/><\=-=/><\=-=/><\=- <<<<<<<<<<<>>>>>>>>>> /-/-/-/-/-/-/-/-/-/-/- @*@*@*@*@*@*@*@*@*@*@ oo1oo oo1oo oo1oo oo1o $+$+$+$+$+$+$+$+$+$+$ *.*:*.*:*.*:*.*:*.*:*. -+*%$%*+-+*%$%*+-+*%$ """ccc"""ccc"""ccc""" <+><+><+><+><+><+><+> +---+---+---+---+---+ <*><*><*><*><*><*><*> '"'ccc"'"ccc'"'ccc"'"ccc'"'ccc"'"ccc ->->->->->->->->->->->->->->->->->-> oo1oo oo1oo oo1oo oo1oo oo1oo oo1oo #====}==) #===(==} {==)===# (=={====# +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ +---+---+---+---+---+---+---+---+---+ :o):o):o):o):o):o):o):o):o):o):o):o): :):):):):):):):):):):):):):):):):):): *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* *&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&* /././././././././././././././././././ \.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\ /--\--/--\--/--\--/--\--/--\--/--\--/ +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+ | | + + | | + + | | +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+ Have fun out there, Lena

    Source: geocities.com/funtriviaau