[PyCS-devel] New feature: disabling comments for a user
Status: Alpha
Brought to you by:
myelin
|
From: Phillip P. <pp...@my...> - 2005-04-10 09:02:06
|
Hi all, I'm done with the disabling comments feature. If you want to disable comments for a user: python pycsadm.py setopt <usernum> disable_comments 1 To re-enable them: python pycsadm.py setopt <usernum> disable_comments 0 Cheers, Phil |