Skip to content
Sven Roelse edited this page Mar 24, 2020 · 24 revisions

Themes

A dark theme such as found in NoNameScript or nbs-irc?

Check the themes repository and download all or one. Alternatively, check the MTS repository at MTS Themes. Please note nbs-irc's cold theme (standard theme) has been ported to PnP.

(ZNC) Bouncer

Support for znc.in/server-time[-iso]? I.e.: When I connect to my (znc) bouncer the timestamps from the BNC server are overwritten by PnP in mIRC with the current time.

Note: This only happens when text-theming is turned on. #pp-texts on begins on line 124 in last.mrc. Might have to amend the echo command from set -u %:echo echo -lmbfti2 $chan to set -u %:echo echo -lmbfi2t $+ $msgstamp $chan under the various events. (text|action|notice|etc)

See: https://forums.mirc.com/ubbthreads.php/topics/264718/Re:_Server-time_does_not_appea#Post264718

Display

Notices

How do I show notices to active instead of all channels? Tools > Options > IRC > Show in active: Notices

Popups

How can I whois someone in a query and show idle time? You may need to Ctrl+ right-click in a query for the User info>Extended whois option to be visible. Otherwise, you may check the User info option in PnP Options>Popups>Query. Also, please be advised you can just type /ew and hit Enter in a query...

mIRC Commands not working

/ban

The /ban command is intercepted by PnP. Newer mIRC switches are not supported by PnP's /ban command. For example kickbanning someone: //ban -k $me does not work! Bypass PnP's ban command by prefixing the command with an exclamation mark: //!ban -k $me. (See: PnP's /kb for kickbanning someone)

Sound

Sounds get disabled after about 30 minutes?

By default sounds and event beeps are disabled when you are set away. See PnP Options>Away>Other. Just set back with F12 or uncheck these check boxes!

How do I permanently disable sounds?

See above. Uncheck both Disable sounds when away and Disable event beeps when away in PnP Options>Away>Other. Also uncheck Enable sounds in mIRC Options>Sound

Clone this wiki locally