Opened 15 years ago
Closed 15 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)
Change History (2)
Changed 15 years ago by
Attachment: | extract-tell-sv_ccmds.c added |
---|
comment:1 Changed 15 years ago by
Resolution: | → done |
---|---|
Status: | new → closed |
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
exemple of tell command in UrbanTerror? code