diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-01-01 20:50:09 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-01-01 20:50:09 +0000 |
commit | 710777b2a78eef3654224fd659a7bac717691008 (patch) | |
tree | 0a8007c72b302774ebb340fdaef7777723d601ab | |
parent | 75d426ed982e958738d303f6dc4053f833614915 (diff) |
Class lookup adjustment
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2724 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | include/helperfuncs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/helperfuncs.h b/include/helperfuncs.h index 2d3b45a74..9e1d511cb 100644 --- a/include/helperfuncs.h +++ b/include/helperfuncs.h @@ -68,8 +68,7 @@ char* chanmodes(chanrec *chan); void userlist(userrec *user,chanrec *c); int usercount_i(chanrec *c); int usercount(chanrec *c); -char* Passwd(userrec *user); -bool IsDenied(userrec *user); +ConnectClass* GetClass(userrec *user); void send_error(char *s); void Error(int status); int usercnt(void); |