diff options
| author | 2005-03-27 18:46:29 +0000 | |
|---|---|---|
| committer | 2005-03-27 18:46:29 +0000 | |
| commit | 0afad3dfbca96a60bd14535cb93f27097417b933 (patch) | |
| tree | 8a06fad263acc66a2d9ce18b393153ccb363df15 /src/users.cpp | |
| parent | Fixed a dumb -eq bug (diff) | |
| download | inspircd++-0afad3dfbca96a60bd14535cb93f27097417b933.tar.gz inspircd++-0afad3dfbca96a60bd14535cb93f27097417b933.tar.bz2 inspircd++-0afad3dfbca96a60bd14535cb93f27097417b933.zip | |
Made config parsing code a bit more lenient
Added error checking to make sure opertypes exist before opering a user!
Added 005 handling for modules
Started on KILL event for modules
Started on OnModuleLoad event for modules
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@918 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/users.cpp')
| -rw-r--r-- | src/users.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/users.cpp b/src/users.cpp index 46dfb35d7..9b97eff05 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -37,6 +37,7 @@ userrec::userrec() strcpy(inbuf,""); strcpy(server,""); strcpy(awaymsg,""); + strcpy(oper,""); fd = lastping = signon = idle_lastmsg = nping = registered = 0; flood = port = bytes_in = bytes_out = cmds_in = cmds_out = 0; haspassed = false; |
