Opened 14 years ago

Closed 14 years ago

#23 closed enhancement (done)

add the "tell" command

Reported by: tomdesinto Owned by:
Priority: normal Milestone: Smokin' Guns 1.1
Component: Server and Admin Features Version:
Keywords: Cc:

Description

Hi,

A nice feature of UrbanTerror is missing here :

/tell <client number> <text>
/rcon tell <client number> <text>

This command allows ones to send a chat line to one client only (i.e: private messages)

While the /bigtext command already does something similar, the bigtext can really be used only for short sentences.

It would be another step to bring the bigbrotherbot project closer to SG.

I'm not used to the Q3 code but it seems that the code for the UrbanTerror? tell command can be found line 644 in svn://clanwtf.net/repos/ioUrT-server-4.1/code/server/sv_ccmds.c

Attachments (1)

extract-tell-sv_ccmds.c (713 bytes) - added by tomdesinto 14 years ago.
exemple of tell command in UrbanTerror? code

Download all attachments as: .zip

Change History (2)

Changed 14 years ago by tomdesinto

Attachment: extract-tell-sv_ccmds.c added

exemple of tell command in UrbanTerror? code

comment:1 Changed 14 years ago by sg_tequila

Resolution: done
Status: newclosed

Thanks for your interest.
I followed your nice suggestions and I also added support for new chat messages area system:

  • tell command added in rev522
  • new chat messages area system added in rev524
Note: See TracTickets for help on using tickets.