Status popups

By RoninWarrior on Oct 24, 2005

Simple status window popups i use simple info , fill free to change to how ever , these popups are found in alot of common popups and addons and scripts for the past couple years.

Server Info
.$iif($server != $null,New &Server window,): server -n
.-
.Motd:/motd
.Luser:/lusers
.Time:/time
.-
.Info:/info
.Admin:/admin
.Uptime:/stats u
.-
.Olines:/stats o
.Klines:/stats k
.Glines:/stats g
Utilities
.-
.Window
..Clear
...$active: clear
...All Windows: clearall
..Save buffer: savebuf $active $$sfile( $+ $active $+ .txt,Save buffer,Save)
..-
..Logging
...On:/log on
...Off:/log off
...Open:/run notepad.exe $dir="Select A Log" $mIRCdirlogs\*.log
..Close
...$active: close -m $active
...Specify
....Channels: partall
....Queries: close -m
....DCC
.....Chats:close -c
.....Gets:close -g
.....Sends:close -s
.....Fserves:close -f
...All windows: close -icfgms@ | partall
...Shut down PC:/shutdownpc
...Quit mIRC:/quit
..EXIT mIRC:/exitmirc
.-
.Info
..Server
...Network $chr(9) $network:halt
...-
...Nick $chr(9) $me:halt
...Server $chr(9) $server: Server:halt
...Server IP $chr(9) $serverip:halt
...Server Port $chr(9) $port:halt
...Away $chr(9) $iif($away,On ( $+ $duration($awaytime) $+ ),Off):halt
...-
...Channels On $chr(9) $chan(0):halt
...Queries Open $chr(9) $query(0):halt
...
..Uptime
...mIRC $chr(9) $uptime(mirc,1):halt
...Server $chr(9) $uptime(server,1):halt
...System $chr(9) $uptime(system,1):halt
..Other
...Day $chr(9) $day:halt..Time $chr(9) $time:halt
...Date $chr(9) $date:halt
..-
..DCC Chats $chr(9) $chat(0):halt
..DCC Gets $chr(9) $get(0):halt
..DCC Sends $chr(9) $send(0):halt
alias exitmirc { 
  if $?!="Are You REALLY REALLY Sure ?" { exit }
  else { halt }
}
alias shutdownpc {
  if $?!="Are You Sure ?" { /run rundll.exe user.exe,exitwindows | exit }
  else { halt }
}

Comments

Sign in to comment.
RoninWarrior   -  Oct 25, 2005

thanks RaPiD got it corrected.

 Respond  
Noutrious   -  Oct 25, 2005

Normal..
...uit mIRC:/quit
;)

 Respond  
RoninWarrior   -  Oct 24, 2005

thanks like i said above nothing fancy at all simple and clean.

 Respond  
`Kazuma   -  Oct 24, 2005

Easy and nice. :P

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.