Menu

#83 &hidden Channel Preform

open
nobody
None
5
2005-06-01
2005-06-01
j
No

there is a lack of working or a bug ,
the preform option in preferences can't join &Hidden
rooms

fix please

Discussion

  • Eric

    Eric - 2005-12-02

    Logged In: YES
    user_id=945916

    This is a bug. Moved.

     
  • Deman

    Deman - 2008-01-27

    Logged In: YES
    user_id=1985463
    Originator: NO

    --- d_chat.cpp ---
    void RunPerforms()
    {
    ...
    if (!strncmp(token,"/join", 5)) {
    //Changed By Deman hidden chanel bug fix
    char* channel = strpbrk(token, "#&");
    if(channel != NULL) {
    chatroom_item *perform=chat_ShowRoom(channel, 1);
    perform;
    };
    };
    ...
    }

    It will be in the next release i'll do as well.

     

Log in to post a comment.

MongoDB Logo MongoDB