Skip to content

Commit 241ea5f

Browse files
committed
Switch chan_track to new cap system
1 parent 6bc01b0 commit 241ea5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/chan_track.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def update_conn_data(conn):
5353

5454
@hook.on_cap_available("userhost-in-names", "multi-prefix")
5555
def do_caps():
56-
pass
56+
return True
5757

5858

5959
@hook.on_start

0 commit comments

Comments
 (0)