View Single Post
06-23-10, 06:11 AM   #5
bando
A Defias Bandit
Join Date: Nov 2009
Posts: 3
For those like me, curious about what JessiXx changed in the carbonite.lua file:

Removed the following lines:

Code:
if ChatFrameEditBox:IsVisible() then
Nx.Com.SCT1=tm
else
if tm-self.SCT1>=.5 then
if self.SCQ[1] then
local dat=self.SCQ[1]
tremove(self.SCQ,1)
self.SeB=self.SeB+#dat.Msg+54+20
self:SCMF(dat.Msg,"CHANNEL",dat.ChN1)
self.SCT1=tm
end
end
end