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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user