NMDC can't kick

Releases and bugs in here...
yakko
Posts: 258
Joined: 2003-01-27 06:04

NMDC can't kick

Post by yakko » 2003-03-18 03:47

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

Post by Sedulus » 2003-03-18 11:14

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:

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
end
http://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)

yakko
Posts: 258
Joined: 2003-01-27 06:04

Post by yakko » 2003-03-30 23:37

i got cought up with other stuff and haven't gotten a chance to thank you for this. it works perfectly!

Who is online

Users browsing this forum: Google [Bot] and 0 guests