Changeset 4d92f03 in code for cmd.c


Ignore:
Timestamp:
Dec 24, 2013, 5:00:19 PM (11 years ago)
Author:
Mike Belopuhov <mike@…>
Branches:
master
Children:
bf02a60
Parents:
8886035
Message:

send a better error message when asked to switch over to the same group

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cmd.c

    r8886035 r4d92f03  
    121121        }
    122122
    123         /* changing to the same group is strictly prohibited */
     123        /* see if we're changing to the same group */
    124124        if (is->group && is->group == ig) {
    125                 icb_error(is, "Huh?");
     125                icb_error(is, "You are already in that group");
    126126                return;
    127127        }
Note: See TracChangeset for help on using the changeset viewer.