1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 01:46:35 +01:00

added /me actions to toxic

This commit is contained in:
Jfreegman
2013-08-08 15:01:33 -04:00
parent 90b4f9b98c
commit 30377630ee
4 changed files with 79 additions and 15 deletions

View File

@@ -177,6 +177,7 @@ ToxWindow new_friendlist() {
ret.onDraw = &friendlist_onDraw;
ret.onInit = &friendlist_onInit;
ret.onMessage = &friendlist_onMessage;
ret.onAction = &friendlist_onMessage; // Action has identical behaviour to message
ret.onNickChange = &friendlist_onNickChange;
ret.onStatusChange = &friendlist_onStatusChange;