GMCP Comm.Channel module support

Post Reply
Widjet
Posts: 30
Joined: Thu Apr 22, 2010 1:43 am

GMCP Comm.Channel module support

Post by Widjet »

After upgrading to the latest version of mudlet from git, I stopped receiving gmcp.Comm.Channel.List events. A quick glance at the code showed me that in ctelnet.cpp, we have:
_h += "Core.Supports.Set [ \"Char 1\", \"Char.Skills 1\", \"Char.Items 1\", \"Room 1\", \"IRE.Composer 1\"]";
I added \"Comm.Channel 1\" to this list, and it now works as it used to. Is there a reason that this was removed from the supports set?

User avatar
Vadi
Posts: 5042
Joined: Sat Mar 14, 2009 3:13 pm

Re: GMCP Comm.Channel module support

Post by Vadi »

No, but with GMCP, you can enable/disable modules on the fly as you wish... so it doesn't really matter. Should be added back though so people don't get confused.

Post Reply