Fullscreen mIRC
Platform: mIRC
Published Jun 05, 2010
Updated Jun 05, 2010
Simple variant of fullscreen mIRC by
f11 button.
f11 {
if (%fullscreen == $true) {
set %fullscreen $false
showmirc -r
.menubar $replace(%menubar,0,off,1,on)
.toolbar $replace(%toolbar,0,off,1,on)
.switchbar $replace(%switchbar,0,off,1,on)
.treebar $replace(%treebar,0,off,1,on)
}
else {
set %fullscreen $true
set %menubar $menubar
set %toolbar $toolbar
set %switchbar $switchbar
set %treebar $treebar
showmirc -x
.menubar off
.toolbar off
.switchbar off
.treebar off
}
}