Skip to content

Commit

Permalink
Update description a little
Browse files Browse the repository at this point in the history
  • Loading branch information
ValwareIRC authored Jul 16, 2023
1 parent acd2b83 commit 0e40c01
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions autocomplete/autocomplete.mrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
; LICENSE: GPLv3-or-later
; AUTHOR: Valware
;
; Special thanks to Koragg
; This script works with the third/cmdslist UnrealIRCd module
;
; Suggests and auto-completes
; Suggests and auto-completes /commands using the tab button.

on *:PARSELINE:in:*:{
var %cap valware.uk/cmdslist
Expand All @@ -28,9 +29,6 @@ on *:PARSELINE:in:*:{
else return
}

; Special thanks to Koragg for pointing out I
; can use TABCOMP instead of some F-key alias
; <3
on *:TABCOMP:*:{
tokenize 32 $editbox($active)
if ($left($1,1) != /) return
Expand Down

0 comments on commit 0e40c01

Please sign in to comment.