summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--plugins/hextray/callbacks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/hextray/callbacks.cpp b/plugins/hextray/callbacks.cpp
index c7de9626..098cd5bb 100644
--- a/plugins/hextray/callbacks.cpp
+++ b/plugins/hextray/callbacks.cpp
@@ -114,7 +114,7 @@ int event_cb(char *word[], void *userdata)
 			dwInfoFlags = NIIF_WARNING;

 			break;

 		case CHAN_BANNED:

-			_snprintf(szInfo, 512, "Cannot join #%s You are banned.", word[1]);

+			_snprintf(szInfo, 512, "Cannot join %s You are banned.", word[1]);

 			_snprintf(szName, 64, "Banned");

 			dwInfoFlags = NIIF_WARNING;

 			break;