Sending message to VTY lines on a Cisco router

I found this useful command which allows you to send messages to other people connected to the same router.
To send messages to one or all terminal lines, use the send command in EXEC mode.


send {line-number | * | aux number | console number | tty number | vty number}

This command was introduced in IOS 11.2

Here is an example that sends a message to all lines:

Router#send *
Enter message, end with CTRL/Z; abort with CTRL/C: Test Message ^Z Send message? [confirm] Router#

*** *** *** Message from tty0 to all terminals:

***
Test Message



* When you want to send the message use the CTRL/Z key sequence.