Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; Theme file.
- ; HEAD
- _background {
- if ($1 == total) { return 1 }
- if ($1 == 1) { return 0 0 0 0 }
- }
- _colors {
- if ($1 == total) { return 1 }
- 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 }
- }
- _fonts {
- if ($1 == status) { return 14 Myriad }
- if ($1 == channel) { return 14 Myriad }
- if ($1 == query) { return 14 Myriad }
- }
- _palette {
- if ($1 == total) { return 1 }
- 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 }
- }
- _schemes {
- if ($1 == total) { return 1 }
- if ($1 == names) { return Placid_Hues }
- }
- ; BODY
- ; /* $1 = #, $2 = nick, $3/$4 = userinput */
- theme_action return $_timestamp 12:02:10: 13ACTION 10:02:12:14 $+($_prefix($1,$2),$2) $+(02,$dq,14,$3-,02,$dq,)
- theme_ban return $_timestamp 12:02:10: 5BAN 10:2:12:14 $+($_prefix($1,$2),$2) has banned $3-
- theme_banned return
- 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-
- 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,)
- theme_invite return $_timestamp $1 has been invited to $2
- theme_join return $_timestamp 12:02:10: 7JOIN 10:2:12:14 $2 $_address($2) has joined $_chan($1))
- 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,)
- theme_kicked return $theme_kick($1,$2,$3,$4-)
- theme_modechange return $_timestamp 12:02:10: MODE 10:2:12:14 $+($_prefix($1,$2),$2) changed modes to $_mode($3-)
- 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
- theme_notice return $_timestamp 12:02:10:5 NOTICE 10:2:12:14 $+($_prefix($1,$2),$2) 02-10> $3-
- theme_part return $_timestamp 12:02:10: 4PART 10:2:12:14 $+($_prefix($1,$2),$2) $_address($2) has left $_chan($1) $_reason($3-)
- theme_quit return $_timestamp 12:02:10: 4QUIT 10:2:12:14 $+($_prefix($1,$2),$2) $_address($2) has discconected $_reason($3-)
- theme_selfaction return $theme_action($1,$2,$3)
- theme_selfban return $theme_ban($1,$2,$3)
- theme_selfjoin return $theme_join($1,$2)
- theme_selfkick return $theme_kick($1,$2,$3,$4-)
- theme_selfmodechange return $theme_modechange($1,$2,$3-)
- theme_selfnickchange return $_nick($1,$2)
- theme_selftext return $theme_text($1,$2,$3-)
- theme_text return $_timestamp 12:02:10: 1TEXT 10:2:12:14 $+($_prefix($1,$2),$2) $+(12,$gt,02,$gt,10,$gt) $3-
- theme_topicchange return $_timestamp
- ; server raws.
- raw_311 return $_timestamp $1 is $2-
- raw_312 return $_timestamp $1 using $2-
- raw_318 return $_timestamp $1 End of /WHOIS list.
- raw_319 return $_timestamp $1 on $2- }
- raw_330 return $_timestamp $1 is logged in as $2
- raw_321 return $_timestamp Listing channels }
- raw_323 return $_timestamp End of /LIST }
- raw_332 return $_timestamp * Topic is $+(',$1-')
- raw_333 return $_timestamp * Topic set by $1 on $2 }
- raw_378 return $_timestamp $1 is connecting from $2-
- raw_396 return $_timestamp $1 $2 is now your hidden host (set by services.)
- raw_421 return $_timestamp $+($1,:) Unknown command
- ; FORM
- _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)
- _chan return $+(10,$left($1,1),14,$mid($1,2-100),)
- _mode return $replace($1,+,10+12,-,10-12)
- _prefix $iif(prefix isin %display && $2 !isreg $1,return $+(10,$left($nick($1,$2).pnick,1),14),return)
- _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)
- _reason $iif($1,return 02reason $+(02,$lt,12,$1-,02,$gt,),return)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement