Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- The following lines are copied from the variables.ini file, included here for information.
- %blk 16
- %blu 28
- %grn 24
- %ylw 54
- %red 40
- */
- alias lagx {
- if ($lag >= 300) %color %red
- else if ($lag >= 200) %color %ylw
- else if ($lag >= 125) %color %grn
- else color %blk
- echo %color $+ color
- echo %blu $+ Lag: $+ %color $+ $bytes($lag,b) $+ $chr(32) ms
- }
- ; %rose 4@3}9~3,9~3'9~3,9~~3'9~6 works
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement