Project

General

Profile

Actions

Support #5482

closed

Send sentences with the first letter permanently capitalized

Added by armin armin about 2 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
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

Actions #1

Updated by armin armin about 2 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 #2

Updated by Per Amundsen about 2 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF