Changeset 4d92f03 in code
- Timestamp:
-
Dec 24, 2013, 5:00:19 PM
(12 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:
-
Legend:
- Unmodified
- Added
- Removed
-
r8886035
|
r4d92f03
|
|
121 | 121 | } |
122 | 122 | |
123 | | /* changing to the same group is strictly prohibited */ |
| 123 | /* see if we're changing to the same group */ |
124 | 124 | if (is->group && is->group == ig) { |
125 | | icb_error(is, "Huh?"); |
| 125 | icb_error(is, "You are already in that group"); |
126 | 126 | return; |
127 | 127 | } |