diff options
| author | 2020-01-17 16:28:48 +0000 | |
|---|---|---|
| committer | 2020-01-17 16:28:48 +0000 | |
| commit | b4e3ee5d0ee070c3bd0f4b9270fa68d903c89d0e (patch) | |
| tree | 308d1efc85b97344ccfd099ec3e669d5823fd1de /src | |
| parent | give BufferLine.id default value, overwrite in ircv3_msgid.py (diff) | |
| signature | ||
pass draft/delete events through to format_activity/print_activity
Diffstat (limited to 'src')
| -rw-r--r-- | src/core_modules/print_activity.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core_modules/print_activity.py b/src/core_modules/print_activity.py index e6a34992..b1b9c74d 100644 --- a/src/core_modules/print_activity.py +++ b/src/core_modules/print_activity.py @@ -39,6 +39,7 @@ class Module(ModuleManager.BaseModule): @utils.hook("formatted.quit") @utils.hook("formatted.rename") @utils.hook("formatted.chghost") + @utils.hook("formatted.delete") def formatted(self, event): self._print(event) |
