Actions
Support #5482
closedSend sentences with the first letter permanently capitalized
Start date:
01/24/2022
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Description
Hi
Is there a system, an option or a script to always write with the first letter capitalized when writing sentences sent to people?
Salutations
Updated by armin armin almost 3 years ago
on *:INPUT:*:{
if ((/* iswm $1) || ($ctrlenter)) return
msg $target $upper($left($1,1)) $+ $right($1-,-1)
halt
}
It's solved I found this on the internet
Actions