Advertisement
NeoJolt

Example Theme

Oct 29th, 2014
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 4.04 KB | None | 0 0
  1. ; Theme file.
  2.  
  3. ; HEAD
  4. _background {
  5.   if ($1 == total) { return 1 }
  6.   if ($1 == 1) { return 0 0 0 0 }
  7. }
  8. _colors {
  9.   if ($1 == total) { return 1 }
  10.   if ($1 == 1) { return 1 6 4 5 2 3 3 3 3 3 3 1 5 7 6 1 3 2 3 5 1 1 15 6 1 1 }
  11. }
  12.  
  13. _fonts {
  14.   if ($1 == status) { return 14 Myriad }
  15.   if ($1 == channel) { return 14 Myriad }
  16.   if ($1 == query) { return 14 Myriad }
  17. }
  18. _palette {
  19.   if ($1 == total) { return 1 }
  20.   if ($1 == 1) { return 255,255,255 0,0,0 0,127,0 0,147,0 0,0,255 0,0,127 156,0,156 252,172,0 255,255,0 0,252,0 0,147,147 0,255,255 0,0,252 255,0,255 127,127,127 210,210,210 }
  21. }
  22. _schemes {
  23.   if ($1 == total) { return 1 }
  24.   if ($1 == names) { return Placid_Hues }
  25. }
  26.  
  27. ; BODY
  28. ; /* $1 = #, $2 = nick, $3/$4 = userinput */
  29. theme_action return $_timestamp 12:02:10: 13ACTION 10:02:12:14 $+($_prefix($1,$2),$2) $+(02,$dq,14,$3-,02,$dq,)
  30. theme_ban return $_timestamp 12:02:10: 5BAN 10:2:12:14 $+($_prefix($1,$2),$2) has banned $3-
  31. theme_banned return
  32. theme_inactive return $_timestamp 12:02:10: 1TEXT 10:2:12:14 $+($_prefix($1,$2),$2 10@14 $_chan($1)) $+(12,$gt,02,$gt,10,$gt) $3-
  33. theme_inactive2 return $_timestamp 12:02:10: 13ACTION 10:2:12:14 $+($_prefix($1,$2),$2 10@14 $_chan($1)) $+(12,$gt,02,$gt,10,$gt) $+(02,$dq,14,$3-,02,$dq,)
  34. theme_invite return $_timestamp $1 has been invited to $2
  35. theme_join return $_timestamp 12:02:10: 7JOIN 10:2:12:14 $2 $_address($2) has joined $_chan($1))
  36. theme_kick return $_timestamp 12:02:10: 7JOIN 10:2:12:14 $+($_prefix($1,$2),$2)  kicked $+($_prefix($1,$3),$3) out of $_chan($1) reason: $+($lp,$4-,$rp,)
  37. theme_kicked return $theme_kick($1,$2,$3,$4-)
  38. theme_modechange return $_timestamp 12:02:10: MODE 10:2:12:14 $+($_prefix($1,$2),$2) changed modes to $_mode($3-)
  39. theme_nickchange return $_timestamp 12:02:10:14 NICK 10:2:12:14 $+($_prefix($1,$3),$3) was formerly known as $+($_prefix($1,$2),$2
  40. theme_notice return $_timestamp 12:02:10:5 NOTICE 10:2:12:14 $+($_prefix($1,$2),$2) 02-10> $3-
  41. theme_part return $_timestamp 12:02:10: 4PART 10:2:12:14 $+($_prefix($1,$2),$2) $_address($2) has left $_chan($1) $_reason($3-)
  42. theme_quit return $_timestamp 12:02:10: 4QUIT 10:2:12:14 $+($_prefix($1,$2),$2) $_address($2) has discconected  $_reason($3-)
  43. theme_selfaction return $theme_action($1,$2,$3)
  44. theme_selfban return $theme_ban($1,$2,$3)
  45. theme_selfjoin return $theme_join($1,$2)
  46. theme_selfkick return $theme_kick($1,$2,$3,$4-)
  47. theme_selfmodechange return $theme_modechange($1,$2,$3-)
  48. theme_selfnickchange return $_nick($1,$2)
  49. theme_selftext return $theme_text($1,$2,$3-)
  50. theme_text return $_timestamp 12:02:10: 1TEXT 10:2:12:14 $+($_prefix($1,$2),$2) $+(12,$gt,02,$gt,10,$gt) $3-
  51. theme_topicchange return $_timestamp
  52.  
  53. ; server raws.
  54. raw_311 return $_timestamp $1 is $2-
  55. raw_312 return $_timestamp $1 using $2-
  56. raw_318 return $_timestamp $1 End of /WHOIS list.
  57. raw_319 return $_timestamp $1 on $2- }
  58. raw_330 return $_timestamp $1 is logged in as $2  
  59. raw_321 return $_timestamp Listing channels }
  60. raw_323 return $_timestamp End of /LIST }
  61. raw_332 return $_timestamp * Topic is $+(',$1-')
  62. raw_333 return $_timestamp * Topic set by $1 on $2 }
  63. raw_378 return $_timestamp $1 is connecting from $2-
  64. raw_396 return $_timestamp $1 $2 is now your hidden host (set by services.)
  65. raw_421 return $_timestamp $+($1,:) Unknown command
  66.  
  67. ; FORM
  68. _address $iif(address isin %display,return $+(02,$lt,14,$replace($remove($address($1,1),*!*),@,10@14,/,10/14,-,10-14,.,10.14),02,$gt,12),return)
  69. _chan return $+(10,$left($1,1),14,$mid($1,2-100),)
  70. _mode return $replace($1,+,10+12,-,10-12)
  71. _prefix $iif(prefix isin %display && $2 !isreg $1,return $+(10,$left($nick($1,$2).pnick,1),14),return)
  72. _timestamp $iif(timestamp isin %display,return $+(10,$left($time(HH),1),02,$right($time(HH),1),12:,02,$left($time(nn),1),10,$right($time(nn),1),),return)
  73. _reason $iif($1,return 02reason $+(02,$lt,12,$1-,02,$gt,),return)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement