Info

By xdesoto on Oct 02, 2011

Image

Put in popups.
Right click (in channel if you like)
I took out

..Script $chr(9) EpimĂȘtheus Script 2.0:Halt

But, if you wanna put your own mIRC script name there that's how.

Info
.Server
..Network $chr(9) $network:halt
..-
..Nick $chr(9) $me:halt
..Server $chr(9) $server: Server: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(mm/dd/yy):halt
..Time $chr(9) $time:Halt

---------------------------------------------------------------

This is Savage_CL's version

menu channel,query,status {
  Info
  .Server
  ..Network $chr(9) $network:halt
  ..-
  ..Nick $chr(9) $me:addit $me
  ..Server $chr(9) $server: Server:addit $server
  ..Away $chr(9) $iif($away,On ( $+ $duration($awaytime) $+ ),Off):addit $iif($away,On ( $+ $duration($awaytime) $+ ),Off)
  ..-
  ..Channels On $chr(9) $chan(0):addit $chan(0)
  ..Queries Open $chr(9) $query(0):addit $query(0)
  ..
  .Uptime
  ..mIRC $chr(9) $uptime(mirc,1):addit $uptime(mirc,1)
  ..Server $chr(9) $uptime(server,1):addit $uptime(server,1)
  ..System $chr(9) $uptime(system,1):addit $uptime(system,1)
  .Other
  ..Day $chr(9) $day:addit $day
  ..Time $chr(9) $time:addit $time
  ..Date $chr(9) $date(mm/dd/yy):addit $date(mm/dd/yy)
}
alias -l addit {
  editbox $editbox($active) $+ $iif($right($editbox($active),1) != $chr(32),$chr(32)) $+ $1-
}

Comments

Sign in to comment.
Frenetic   -  Oct 03, 2011

Jethro
Aha2Y, no such thing as "DXM." There are DCX and MDX, two mIRC extensions to add more functionality to mIRC's native dialog function.

There is, it's the: Immunet Protect Library DLL. lol

Just not for mIRC :)

 Respond  
Stewie1k94   -  Oct 03, 2011

Nice snippit

 Respond  
xdesoto   -  Oct 03, 2011

Thanks man.. I add it to this snippet also.

 Respond  
Savage_CL   -  Oct 03, 2011

I would expand on this a bit...

menu channel,query,status {
  Info
  .Server
  ..Network $chr(9) $network:halt
  ..-
  ..Nick $chr(9) $me:addit $me 
  ..Server $chr(9) $server: Server:addit $server
  ..Away $chr(9) $iif($away,On ( $+ $duration($awaytime) $+ ),Off):addit $iif($away,On ( $+ $duration($awaytime) $+ ),Off)
  ..-
  ..Channels On $chr(9) $chan(0):addit $chan(0)
  ..Queries Open $chr(9) $query(0):addit $query(0)
  ..
  .Uptime
  ..mIRC $chr(9) $uptime(mirc,1):addit $uptime(mirc,1)
  ..Server $chr(9) $uptime(server,1):addit $uptime(server,1)
  ..System $chr(9) $uptime(system,1):addit $uptime(system,1)
  .Other
  ..Day $chr(9) $day:addit $day
  ..Time $chr(9) $time:addit $time
  ..Date $chr(9) $date(mm/dd/yy):addit $date(mm/dd/yy)
}
alias -l addit {
  editbox $editbox($active) $+ $iif($right($editbox($active),1) != $chr(32),$chr(32)) $+ $1-
}

This way if you click on any of them, it adds it to your editbox for you.

 Respond  
Jethro   -  Oct 02, 2011

Aha2Y, no such thing as "DXM." There are DCX and MDX, two mIRC extensions to add more functionality to mIRC's native dialog function.

 Respond  
xdesoto   -  Oct 02, 2011

Neither.
Just a regular snippet.
No dll.

Not sure what DXM is.

 Respond  
Jordyk19   -  Oct 02, 2011

What it uses? MDX, DXM?

 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.