Ticket #161 (closed enhancement: fixed)
little patch for private chat
| Reported by: | gallows | Owned by: | daelstorm |
|---|---|---|---|
| Priority: | minor | Milestone: | Release 1.2.8 |
| Component: | nicotine | Version: | SVN (checked out today) |
| Keywords: | patch | Cc: |
Description
Hi there,
Just another little patch. It includes two changes about private chat.
1. Now nicotine+ displays your own nick in private chat.
2. I added a very little feature: you can join into a chatroom from private chat (by the usual command: "/join <room>").
List of modifications:
about.py:
- Added the /join reference in private chat commands.
frame.py:
- Added various calls to update your nickname colour in private chat.
privatechat.py:
- Added /join command (and automatic completion).
- Added tag self.tag_my_username (for nick coloration).
- Edited SendMessage() funcion to show your own nickname.
- Edited WriteLog() call in SendMessage() to save your nick into the log.
I hope you find it useful.
Thanks,
gallows aka burp O
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
