We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d7ba44 commit 4f581dcCopy full SHA for 4f581dc
bouncer.js
@@ -340,7 +340,7 @@ server = doServer(tlsOptions,function(socket) {
340
this.write(":*jbnc NOTICE * :BUFFERS - Show what buffers exist and their size\n");
341
this.write(":*jbnc NOTICE * :OPMODE - Enable or disable auto-op/hop/voice\n");
342
this.write(":*jbnc NOTICE * :CHANNELS - List all active channels\n");
343
- this.write(":*jbnc NOTICE * :USERMASKS - List current state of userhosts\n");
+ this.write(":*jbnc NOTICE * :USERHOSTS - List current state of userhosts\n");
344
if(!this.admin)
345
this.write(":*jbnc NOTICE * :ADMIN - Get admin access\n");
346
else {
0 commit comments