[pybot-commits] CVS: pybot/pybot misc.py,1.2,1.3
Brought to you by:
niemeyer
From: Gustavo N. <nie...@us...> - 2003-05-09 15:27:47
|
Update of /cvsroot/pybot/pybot/pybot In directory sc8-pr-cvs1:/tmp/cvs-serv11697/pybot Modified Files: misc.py Log Message: - modules/userdata.py,modules/permission.py: A much better userdata registry and permission system was developed. - misc.py: Increased maximum line size to 400 characters. - Miscelaneous bugfixes. Index: misc.py =================================================================== RCS file: /cvsroot/pybot/pybot/pybot/misc.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** misc.py 4 Dec 2001 00:57:38 -0000 1.2 --- misc.py 9 May 2003 15:27:44 -0000 1.3 *************** *** 23,27 **** __all__ = ["buildanswer", "breakline"] ! MAXLINESIZE = 250 def buildanswer(pattern, target=None, nick=None): --- 23,27 ---- __all__ = ["buildanswer", "breakline"] ! MAXLINESIZE = 400 def buildanswer(pattern, target=None, nick=None): |