When I type nick + [tab] it complete the nick, i want it to add a : + [space] afterwards like this:

sunken + [tab] = sunken:

in Script editor, Tab called "Remote" type the following and restart irc

on *:INPUT:#:if $$1 ison $chan && ($$2) { msg # $1 $+ : $2- | haltdef }
smirk