X-Git-Url: https://code.delx.au/pymsnt/blobdiff_plain/868c6cda65d9d01fb712f9c5bd7438345079e752..5921d694e4dd3f8471745fa99e68cada51fa7182:/src/legacy/glue.py diff --git a/src/legacy/glue.py b/src/legacy/glue.py index 57280d2..b6947f3 100644 --- a/src/legacy/glue.py +++ b/src/legacy/glue.py @@ -36,6 +36,7 @@ defaultAvatar = avatar.AvatarCache().setAvatar(defaultAvatarData) def reloadConfig(): msn.MSNConnection.GETALLAVATARS = config.getAllAvatars + msn.setDebug(config._debugLevel >= 4) def isGroupJID(jid): """ Returns True if the JID passed is a valid groupchat JID (for MSN, does not contain '%') """