Search found 2 matches

by zybron
Wed Sep 09, 2009 5:31 am
Forum: CensusPlus UI Mod Bugs
Topic: WhoLib Compatibility
Replies: 34
Views: 45860

If the goal is to produce a version of CP that optionally uses WhoLib, only if it is present, then removing the section of code wouldn't be the way to go. Instead, if you are right and WhoLib negates the need to resend, then the block should be enclosed in an if() to only execute when WhoLib isn't ...
by zybron
Tue Sep 08, 2009 10:05 am
Forum: CensusPlus UI Mod Bugs
Topic: WhoLib Compatibility
Replies: 34
Views: 45860

It looks like the section of code beginning on line 2020 of CensusPlus.lua is responsible for re-queuing a /who request: -- -- Resend /who command -- g_WhoAttempts = g_WhoAttempts + 1; local whoText = CensusPlus_CreateWhoText(g_CurrentJob); if( CensusPlus_PerCharInfo["Verbose"] == true &...