Skip to content

Commit 4f581dc

Browse files
committed
Update bouncer.js
1 parent 8d7ba44 commit 4f581dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bouncer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ server = doServer(tlsOptions,function(socket) {
340340
this.write(":*jbnc NOTICE * :BUFFERS - Show what buffers exist and their size\n");
341341
this.write(":*jbnc NOTICE * :OPMODE - Enable or disable auto-op/hop/voice\n");
342342
this.write(":*jbnc NOTICE * :CHANNELS - List all active channels\n");
343-
this.write(":*jbnc NOTICE * :USERMASKS - List current state of userhosts\n");
343+
this.write(":*jbnc NOTICE * :USERHOSTS - List current state of userhosts\n");
344344
if(!this.admin)
345345
this.write(":*jbnc NOTICE * :ADMIN - Get admin access\n");
346346
else {

0 commit comments

Comments
 (0)