NMDC can't kick
-
yakko
- Posts: 258
- Joined: 2003-01-27 06:04
NMDC can't kick
one of my ops is using NMDC and he can't kick now that we've moved to DCH++. Is this a known issue?
-
Sedulus
- Forum Moderator
- Posts: 687
- Joined: 2003-01-04 14:32
no, this was not known.
the issue seems to be that nmdc recognises it's OPness, not by the $OpList, but by the $LogedIn, which DCH++ does not send (apparently)
temporary solution:
the issue seems to be that nmdc recognises it's OPness, not by the $OpList, but by the $LogedIn, which DCH++ does not send (apparently)
temporary solution:
Code: Select all
-- NmdcOps.lua
function dchpp.clientLine( user, data )
if string.sub( data, 1, 8 ) == "$MyPass " and user:getLevel() >= 2 then
user:send( "$LogedIn "..user:getNick().."|" )
end
endhttp://dc.selwerd.nl/hublist.xml.bz2
http://www.b.ali.btinternet.co.uk/DCPlusPlus/index.html (TheParanoidOne's DC++ Guide)
http://www.dslreports.com/faq/dc (BSOD2600's Direct Connect FAQ)
http://www.b.ali.btinternet.co.uk/DCPlusPlus/index.html (TheParanoidOne's DC++ Guide)
http://www.dslreports.com/faq/dc (BSOD2600's Direct Connect FAQ)
Who is online
Users browsing this forum: Google [Bot] and 0 guests