]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Add userrec::HasMode, fix some typos.
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 8 Jul 2006 18:03:30 +0000 (18:03 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 8 Jul 2006 18:03:30 +0000 (18:03 +0000)
commitfc9e00f49299cb3b402406b5f185d5f4af1e9780
tree48b6fe7559ce9ef6f0e46c49618bfe1ddf3d5523
parent1d3147a96ec3193929463830800c97df5f344b53
Add userrec::HasMode, fix some typos.
TODO: Make more use of userrec::HasUmode('c') rather than user->modes['c'-65] *oogly*
Next - get umode +o working!

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4178 e03df62e-2008-0410-955e-edbf42e46eb7
include/message.h
include/users.h
src/helperfuncs.cpp
src/message.cpp
src/users.cpp