Changeset 2024
- Timestamp:
- 02/13/2010 11:09:00 AM (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plugins/org.drftpd.plugins.sitebot/src/org/drftpd/plugins/sitebot/SiteBot.java
r2018 r2024 1305 1305 } 1306 1306 } else { 1307 // means we got an unencrypted line from a chan that should be encrypted 1307 if(_users.containsKey(sender)) { 1308 StringBuilder reply = new StringBuilder("Use site command "); 1309 if (_config.getDH1080Enabled()) { 1310 reply.append("or DH1080 key-exchange "); 1311 } 1312 reply.append("to set a blowfish key before sending a private message"); 1313 sendMessage(sender, reply.toString()); 1314 } 1315 // means we got an unencrypted line from a user that should be encrypted 1308 1316 if (_config.getBlowfishPunish()) { 1309 1317 punishUnencryptedUser(sender,sender+"!"+login+"@"+hostname);
