View Single Post
  #5  
Old 09-02-2004, 07:12 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by samandhi
Someone write a script for the board that does a check to see if the person posting has repeated more than 10 words from 10 different posts in xxxx given time, then that person is banned for xxxx given time until so many times it is permanent....
Or anyone who uses the word 'plz' should be banned. /nod
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.