[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: +channels (/topic)



Ville wrote:
> 
> Hi.
> 
> It might be a "tad" late, but I have been bothered by the fact +channels
> do not support /topic.

I still wonder why it did that in the first place.

in m_topic:

                if (!UseModes(name))
                    {
                        sendto_one(sptr, err_str(ERR_NOCHANMODES,
parv[0]),
                                   name);
                        continue;
                    }

I can think of 2 reasons why it's like that. Because the channel has no
modes you can't check them for +t, and maybe the old +channel (never
knew them) didn't support topics either.


Q