home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / comms_networking / irclient / !IRClient / Scripts / User / Aliases next >
Encoding:
Text File  |  1997-01-18  |  3.5 KB  |  153 lines

  1. # Some Simple aliases that you can use, © Justin Fletcher, July 1996
  2. # Multiple lines can be entered using the {} construct shown below
  3. # Substitutions you can use are :
  4. # %[0-9] for words in the command passed
  5. # %*[0-9] for whatever follows the word passed (inclusively)
  6. # %R for the recipient's nick name (or the channel name)
  7. # %M for my name (ie the Nick you are currently using)
  8. #
  9. # Note: You MUST end the file with #END
  10. testchat  /ctcp gerph dcc CHAT chat 2130706433 %0
  11. testdcc   /dcc send justinf $.ali
  12. debug     /config standard debug %0
  13. WAVE   /me waves
  14. SHOUT  /me shouts '%0'
  15. GIGGLE /me giggles
  16. PETROL
  17.  {
  18.   /me throw petrol over %0
  19.   /me takes out a match and strikes
  20.   /me cackles wildly, and throws it at %0's feet
  21.   /me dives behind the sofa
  22.   ****** BOOOM ******
  23.  }
  24. BEAR
  25.  {
  26.   /msg %0         *
  27.   /msg %0        /_\
  28.   /msg %0      {~._.~}    A cute bear
  29.   /msg %0       ( Y )     for you, %b%0%b !
  30.   /msg %0      ()~*~()    
  31.   /msg %0      (_)-(_)
  32.  }
  33. BYE Bye %R
  34.  
  35. # Stuff from my old aliases file
  36. # Channel stuff
  37. HOP
  38.  {
  39.   /part %R
  40.   /join %0
  41.  }
  42. BRB
  43.  {
  44.   /say Be right back... %*0
  45.   /away %*0
  46.  }
  47. BACK
  48.  {
  49.   /me is back... %*0
  50.   /away
  51.  }
  52.  
  53. # CTCP commands
  54. uinfo   /ctcp %0 UserInfo
  55. version /ctcp %0 Version
  56. machine /ctcp %0 MachineInfo
  57.  
  58. # DCC commands
  59. send    /dcc send %*0
  60. get     /dcc get %*0
  61. chat    /dcc chat %0
  62. dcclist /dcc list
  63. close   /dcc close %*0
  64.  
  65. # Useful actions
  66. laugh    /me laughs loudly
  67. cringe   /me cringes
  68. smile    /me smiles
  69. sigh     /me sighs
  70. sulk     /me sulks in a corner
  71. yawn     /me yawns
  72. wink     /me winks
  73. shrug    /me shrugs
  74. sob      /me sobs quietly
  75. bounce   /me bounces around the room...
  76. cough    /me coughs violently
  77. shiver   /me shivers
  78. twilight /me hums the twilight zone theme
  79. sneeze   /me sneezes
  80. comfort  /me comforts %0
  81. bop      /me bops %0
  82. grin     /me grins widely
  83. hmm      /me hmm's to himself
  84. kansas   /me thinks we're not in Kansas anymore, Toto
  85. home
  86.  {
  87.   /me says "There's no place like home"
  88.   /me says "There's no place like home"
  89.   /me says "There's no place like home"
  90.  }
  91. no       /me replies "We have a negative situation with regards that last query, and furthermore, we are sure of this non-positive answer"
  92. yes      /me replies "It appears that with regards recent events the aforementioned question requires an answer in the affirmative"
  93.  
  94. # Cute things
  95. blush    /me blushes
  96. kiss     /me kisses %0
  97. kiss1    /me kisses %0 passionately
  98. kiss2    /me looks longingly at %0 and gives her a big kiss
  99. kiss3    /me sweeps %0 around and kisses her passionately
  100. hug      /me hugs %0 tightly
  101. giggle   /me giggles
  102. cuddle   /me cuddles %0
  103. rose     /me presents a rose to %0
  104.  
  105. # Violence !
  106. hit      /me thumps %0 to the ground
  107. shoot    /me takes out a revolver and shoots %0 at point blank range
  108. stab     /me stabs %0 with a dagger
  109. kik      /me kicks %0 in the chest
  110. bask     /me basks in the glow of %0's slowly charring bones
  111. maim
  112.  {
  113.   /me beats %0 to the floor
  114.   /me kicks %0 in the head
  115.   /me takes a red hot poker from the fire and stabs it into %0's face
  116.  }
  117. saw
  118.  {
  119.   /me grips a chainsaw
  120.   /me laughs with an evil guffaw
  121.   /me slowly disembowels %0 with the spinny end
  122.   /me accidentally chops his own hand off and the chainsaw goes mad killing everyone
  123.  }
  124. psycho   /me laughs psycotically hurling themselves over the edge of a building with a hideous scream
  125.  
  126. #This is dangerous and will kick you off most servers
  127. floodping
  128.  {
  129.   /ping %0
  130.   /ping %0
  131.   /ping %0
  132.   /ping %0
  133.   /ping %0
  134.   /ping %0
  135.   /ping %0
  136.   /ping %0
  137.   /ping %0
  138.   /ping %0
  139.   /ping %0
  140.   /ping %0
  141.   /ping %0
  142.   /ping %0
  143.   /ping %0
  144.   /ping %0
  145.   /ping %0
  146.   /ping %0
  147.   /ping %0
  148.   /ping %0
  149.   /ping %0
  150.   /ping %0
  151.   /ping %0
  152.  }
  153.