Toggle main window border
Added by Mr. BS over 9 years ago
Someone requested it, then I'm sharing a small code to quick toggle main window border, because borderless is cool and could be useful for some cases (hey Twitch streamers).
/alias /af1 .setconfig Windows borderstyle $iif($readini($adiircini,n,windows,borderstyle),0,4)
Very simple, nothing special. Pressing ALT + F1 key will trigger the command. Be free to edit the hotkey or replace by a custom name. You can edit it in Main Menu -> Tools -> Edit Aliases.
Hint: hold ALT key and mouse primary button to drag and drop AdiIRC window around when border is OFF.
Sharing is caring.