Files
neochat/autotests
James Graham cd867ea581 Rework event handler to be just a series of static helper functions
- Clear out unused functions
- All functions are now static

This is because we pretty much always used it in the form:
```
EventHandler eventHandler(room, event);
eventHandler.function();
```
This simplifies it all to a single call.
2024-08-23 14:30:03 +00:00
..
2024-06-29 17:30:29 +02:00
2023-12-10 18:14:51 +00:00
2024-01-07 18:07:13 +00:00
2024-04-13 08:47:48 +03:00
2024-04-23 19:45:33 +00:00
2023-09-02 16:43:05 +00:00
2024-01-02 21:22:08 +00:00
2024-06-29 17:30:29 +02:00
2024-01-07 18:07:13 +00:00
2023-12-24 15:37:56 +00:00