View Single Post
  #1  
Old 12-20-2003, 04:25 AM
Tertiary
Hill Giant
 
Join Date: Nov 2003
Posts: 192
Default telnet console 'who' command implementation for 5.3DR1

After seeing mention that the telnet console 'who' command is currently broken:

http://www.everquestserver.com/forum...bb288bf220f9c1

I took a look at it and basically copied the ZSList::SendWhoAll function from 4.4 as a new function ZSList::ConsoleSendWhoAll and altered console.cpp to call this function.

I tested it briefly with the 5.3DR1 source using minilogin and it seems to work as advertised.

I don't know how to do 'diffs', but the change is very straightforward.

Details are here if anyone is interested:

http://www.rama.demon.co.uk/5.3consolewho.txt
Reply With Quote