Skip to content
This repository was archived by the owner on Feb 21, 2018. It is now read-only.

Commit d6bfea0

Browse files
committed
services/autocloak: Update message
1 parent 629cd21 commit d6bfea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/services/autocloak.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ def handleCloak(cod, line):
7171
host = "%s.%s" % (unique.upper(), cloaksuffix)
7272

7373
cod.sendLine(":%s CHGHOST %s %s" % (client.uid, line.args[7], host))
74-
cod.notice(line.args[7], "Your vhost has been uniquely randomized as a part of a policy set by your BNC host and network staff.", client)
74+
cod.notice(line.args[7], "Your vhost has been uniquely randomized as a part of a policy set by your BNC host and network staff. If your desired vhost doesn't show up, please re-activate it using /msg HostServ ON", client)
7575

0 commit comments

Comments
 (0)