| author | Chris Porter <chris@warp13.co.uk> |
| Mon Mar 24 01:33:32 2008 +0000 (7 weeks ago) | |
| changeset 147 | 2da2b881d9f5 |
| manifest | 2da2b881d9f5 |
| parent 146 | ee21279cce9b |
| tag | tip |
--- a/ircd/s_user.c Sat Mar 08 02:20:20 2008 +0000+++ b/ircd/s_user.c Mon Mar 24 01:33:32 2008 +0000@@ -1429,7 +1429,7 @@ int set_user_mode(struct Client *cptr, sClearParanoid(sptr);break;case 'r':- if (what == MODE_ADD) {+ if ((what == MODE_ADD) && *(p + 1)) {account = *(++p);SetAccount(sptr);}