]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Fix blockcaps. Who on earth thought that percentage was x*100 / y ???
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 14 Mar 2007 17:55:26 +0000 (17:55 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 14 Mar 2007 17:55:26 +0000 (17:55 +0000)
commit98df7c960ca6a450f31de31b83d8877063ac2058
tree04668e469805f2ed76ab4d82eca4a7a18a69c2fe
parent4d9af8667fab0cb8bfa45e0844b4a7bd3220b151
Fix blockcaps. Who on earth thought that percentage was x*100 / y ???
Its (x/y)*100, muppets :p
(also, you cant do floating point maths on integers)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6672 e03df62e-2008-0410-955e-edbf42e46eb7
src/modules/m_blockcaps.cpp