Guest User

Untitled

a guest
Dec 11th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 1.59 KB | None | 0 0
  1. [Untouched version]
  2. on !*:join:#etc-help:{
  3.   if $nick == Leonard { msg $chan Leo the Lion is here.. *hides* }
  4.   if $nick == Don_Sam { msg $chan ssshhhh!! *silence* }
  5.   if $nick == Shreyas { msg $chan Shreyas - Ice Baby Ice!!  }
  6.   if $nick == San  { msg $chan Welcome Back Lazy Boy :XD }
  7.   if $nick == Findow  { msg $chan Heya (F)reaking W(indow) !!  }
  8.   if $nick == Jaishil { msg $chan <+Mark-Harper> Jaishil: is a ladies man <&Jaishil> im not ladies man <&Jaishil> all ladies are my girls ;) }
  9.   if $nick == FryDaddy { msg $chan FryDaddy says: 4My opinions may have changed $+ $chr(44) but not the fact that I am right. }
  10.   if $nick == Halak { msg $chan Halak says: 4Chocolates..!! $+ $chr(44) I'm lovin' them!! yUm  }
  11. }
  12. [Changed]
  13. on !*:join:#etc-help:{ <---- Here is the opening bracket
  14.   if $nick == Leonard { msg $chan Leo the Lion is here.. *hides* }
  15.   if $nick == Don_Sam { msg $chan ssshhhh!! *silence* }
  16.   if $nick == Shreyas { msg $chan Shreyas - Ice Baby Ice!!  }
  17.   if $nick == San  { msg $chan Welcome Back Lazy Boy :XD }
  18.   if $nick == Findow  { msg $chan Heya (F)reaking W(indow) !!  }
  19.   if $nick == Jaishil { msg $chan <+Mark-Harper> Jaishil: is a ladies man <&Jaishil> im not ladies man <&Jaishil> all ladies are my girls ;) }
  20.   if $nick == FryDaddy { msg $chan FryDaddy says: 4My opinions may have changed $+ $chr(44) but not the fact that I am right. }
  21.   if $nick == Halak { msg $chan Halak says: 4Chocolates..!! $+ $chr(44) I'm lovin' them!! yUm  }
  22. if $nick == Kiddo { msg $chan Hello Kiddo! } <--- Must be before closing bracket, in a new line.
  23. } <---- And here is the closing bracket
Add Comment
Please, Sign In to add comment