Changeset e9cf291
- Timestamp:
- 2010-03-14T16:42:22Z (15 years ago)
- Branches:
- master
- Children:
- 435f552
- Parents:
- caceb06
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
root_commands.c
rcaceb06 re9cf291 143 143 storage_status_t status = storage_load( irc, cmd[1] ); 144 144 char *account_on[] = { "account", "on", NULL }; 145 146 if( strchr( irc->umode, 'R' ) != NULL ) 147 { 148 irc_usermsg( irc, "You're already logged in." ); 149 return; 150 } 145 151 146 152 switch (status) {
Note: See TracChangeset
for help on using the changeset viewer.