Hey, just a quick question...
Is there any way to force the router to update your channel list? I've been trying to shore up some old I3 code for my DikuMUD, and it had the bad habit of only saving channels which you had locally configured, and so every time it rebooted (which on a Diku is every time you change anything), it forgot the entire list of channels.
The problem is, I can't seem to tell when/if that list ever gets updated. I know it does, occasionally, when the phase of the moon is right.. but it would be nice if I could send something to the router to say "Hey, please send me the list of channels now".
The mudlist itself updates nice and snappy.
Alternatively, is there a packet I can send to each MUD asking for a list of channels they host? I could loop through the mudlist a minute or two after reconnecting if that's easier.