]> code.delx.au - pymsnt/blobdiff - src/legacy/glue.py
Turned off MSN protocol debugging by default.
[pymsnt] / src / legacy / glue.py
index 57280d266f19993788bee14d2e5946cb75e30aaa..e1017f4f2a6adb11c7a36340348197df16a90909 100644 (file)
@@ -36,6 +36,7 @@ defaultAvatar = avatar.AvatarCache().setAvatar(defaultAvatarData)
 
 def reloadConfig():
        msn.MSNConnection.GETALLAVATARS = config.getAllAvatars
+       msn.DEBUGALL = config._debugLevel >= 4
 
 def isGroupJID(jid):
        """ Returns True if the JID passed is a valid groupchat JID (for MSN, does not contain '%') """