mIRC Home    About    Download    Register    News    Help

Print Thread
Page 3 of 3 1 2 3
Joined: Dec 2002
Posts: 5,522
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,522
Quote
The beta changelog does not mention two new props for $notify, $notify().away $notify().awaymsg.

I added these for testing purposes. I will be removing them from the next beta as they are not reliable. See here for an explanation.

Joined: Feb 2011
Posts: 476
K
Pan-dimensional mouse
Offline
Pan-dimensional mouse
K
Joined: Feb 2011
Posts: 476
$ial().bot

Joined: Jan 2004
Posts: 2,127
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2004
Posts: 2,127
/help /topic

doesn't show the -r switch
states this can be used to change topic, but doesn't mention removing or just displaying it

Joined: Feb 2011
Posts: 476
K
Pan-dimensional mouse
Offline
Pan-dimensional mouse
K
Joined: Feb 2011
Posts: 476
/echo [color] has "0 to 15". Should that be "0 to 98"?

Joined: Jan 2004
Posts: 2,127
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2004
Posts: 2,127
https://forums.mirc.com/ubbthreads.php/topics/270602/add-missing-mouse-key-bitmasks

Referencing the other thread. v7.71 enables the new bitmasks but the /help lists only those up through 16.

Code
1 Left mouse button
2 Either Ctrl key
4 Either Shift key
8 Either Alt key
16 Right mouse button
32 Middle mouse button
64 Right Shift key
128 Right Ctrl key
256 Right Alt key
512 CapsLock
1024 ScrlLock
2048 NumLock
4096 Left Shift
8192 Left Ctrl
16384 Left Alt

I'm taking it on faith that 32 is the mouse's middle button, because I don't have one. A middle button, not a mouse.

Joined: Aug 2003
Posts: 320
P
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
P
Joined: Aug 2003
Posts: 320
A reminder to all that an alternative source of documentation which is maintained by the community is Wikichip.

Joined: Jan 2004
Posts: 2,127
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2004
Posts: 2,127
$wrap(text, font, size, width, bipt, N)

the 'w' switch is mentioned in the lower text, but not in the above syntax.

Joined: Feb 2011
Posts: 476
K
Pan-dimensional mouse
Offline
Pan-dimensional mouse
K
Joined: Feb 2011
Posts: 476

Joined: Jan 2004
Posts: 2,127
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2004
Posts: 2,127
The /help Key Combinations
page can be fleshed out with missing hotkeys. I looked to see if the ctrl+shift+del window mentioned by eahms was there, and found it wasn't the only thing missing

alt+A / alt+J / alt+D for favorites and/or aliases
alt+B addressbook
alt+C chat
alt+E server-connect window
alt+I online timer
alt+K colors
alt+L channel list
alt+N Notify list
alt+O options menu
alt+P popups
alt+R script editor
alt+S dcc send
alt+U toggle Urls

Some navigation keys are missing or incomplete.
For Ctrl+Home and Ctrl+End the description reads as if it applies only to the editbox, but is in a section outside of "Editbox keys". And then a lot of editbox and script editor navigation keys are missing, such as Ctrl+Backspace, Shift+Home/End, shift+leftclick, Ctrl+Left/Right Arrows, etc

I'm used to seeing these described as arrow, so took me a little bit to figure out what 'cursor' meant here, since that usually means the position where the cursor is blinking. Likewise figuring out that 'copy' in several places means 'holding the left mouse button down'

For the items explained in other pages, can simply have a hyperlink instead of repeating the description

Joined: Jul 2006
Posts: 4,213
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,213
Recently added: $server().connect and $server().minimized corresponding to the new server list option

Added a long time ago: /window -T I think it's supposed to allow the shift + tab option for nicklist which toggle the nicklist (sidelistbox) on/off when you have it to auto hide. I couldn't get that behavior to work.


#mircscripting @ irc.swiftirc.net == the best mIRC help channel
Joined: Jul 2006
Posts: 4,213
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,213
Searching from the Nth line onward in $fline requires the T parameter to be passed as 0, passing $null fails. The help file should clarify this, I almost wrote a bug report.


#mircscripting @ irc.swiftirc.net == the best mIRC help channel
Joined: Aug 2003
Posts: 320
P
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
P
Joined: Aug 2003
Posts: 320
I still believe that open-sourcing the help file on Github would not be a major Intellectual Property issue, but would enable the community to update the help file contents for the benefit of all.

And I would also say the same for servers.ini - putting this on Github would allow the community to make servers.ini both more comprehensive and reflect the churn of IRC servers. I suspect that this would also result in a community member creating a script to update existing users servers.ini file from a new servers.ini file downloaded from Github.

All that said, this is entirely up to Khaled (since he owns the IP) and it is completely understandable (and completely within his rights) if he decides he doesn't wish to open source these two items.

Joined: Feb 2011
Posts: 476
K
Pan-dimensional mouse
Offline
Pan-dimensional mouse
K
Joined: Feb 2011
Posts: 476
Quote
03/02/2002 - mIRC v6.0
...
80.Added WMA/OGG support to sounds dialog, /splay and /sound
commands, and added new identifiers.
The /sound and /splay commands are missing this.

Joined: Feb 2011
Posts: 476
K
Pan-dimensional mouse
Offline
Pan-dimensional mouse
K
Joined: Feb 2011
Posts: 476
The 7.78.xxxx beta change log had this:


Code
[text] darkmode=0

But its not documented in the release change log?

Joined: Mar 2008
Posts: 99
B
Babel fish
Offline
Babel fish
B
Joined: Mar 2008
Posts: 99
I also wonder if this is just missing documentation, or whether it would actually be more like a feature request...but I'm somewhat missing a $isdark, $usesdarkmode or whatever identifier that tells me if dark mode is currently active or not (so I could switch colors while drawing to pic windows etc.)

Joined: Feb 2011
Posts: 476
K
Pan-dimensional mouse
Offline
Pan-dimensional mouse
K
Joined: Feb 2011
Posts: 476
It's $darkmode

Quote
03/02/2025 - mIRC v7.79
...
10.Added support for dark mode on Windows 10/11.
...
Added $darkmode identifier to return mIRC's dark mode state.

Joined: Mar 2008
Posts: 99
B
Babel fish
Offline
Babel fish
B
Joined: Mar 2008
Posts: 99
Originally Posted by KindOne
It's $darkmode

Derp, I completely missed that one. Thanks a ton!

Page 3 of 3 1 2 3

Link Copied to Clipboard