Giter Club home page Giter Club logo

Comments (2)

acvxqs avatar acvxqs commented on June 24, 2024

_upd.title {
if ($hget(pnp,in.flash)) return
if ($hget(pnp.config,title.bar)) {
scid $activecid
var %title = $hget(pnp. $+ $cid,title),%bar = $iif($mid(%title,1,1),$hget(pnp. $+ $cid,net)) $iif($mid(%title,1,2) == 11,:) $iif($mid(%title,2,1),$me) $iif(($hget(pnp. $+ $cid,-self.lag)) && ($mid(%title,3,1)),$+([,$hget(pnp. $+ $cid,-self.lag),]))
if (%bar) %bar = - %bar
if ($mid(%title,4,1)) %bar = %bar - $iif($hget(pnp,locked.title),$hget(pnp,locked.title),$_title.win)
if (($hget(pnp. $+ $cid,away)) && ($mid(%title,5,1))) %bar = %bar - Log $+ $chr(91) $+ $iif($hget(pnp,logging),$hget(pnp,awaylog.^),off) $+ $chr(93)
if ($mid(%title,6,1)) { if ($hget(pnp,pager)) %bar = %bar - Pager[ $+ $hget(pnp,newpages) $+ / $+ $hget(pnp,totalpages) $+ ]] | else %bar = %bar - Pager $+ $chr(91) $+ off $+ $chr(93) }
if ($mid(%title,7,1)) %bar = %bar - $_time
if ($mid(%title,8,1)) if ($idle > 90) %bar = %bar - Idle $_dur($idle)
if ($hget(pnp,title.note)) %bar = - $hget(pnp,title.note) %bar
titlebar %bar
}
}

_upd.title is an alias in file alias1.mrc, so I must ask if you have that alias file loaded at all?
The alias is responsible for updating the titlebar information in the main mIRC window.

_upd.title gets called, for example, every $_cfgi(sptime) seconds if lag checking is turned on...(by default this is every 30 seconds)

Maybe an error happened upon installing PnP. So I must ask, how did you install pnp? Did you follow the steps as outlined here?

from peace-and-protection.

procdaddy11 avatar procdaddy11 commented on June 24, 2024

Weirdest thing. I closed out of mIRC when this was happening and have't opened it since. But opened it today to follow-up on this and everything is fine.

from peace-and-protection.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.