|
@@ -556,10 +556,11 @@ class ModuleCCSession(ConfigData):
|
|
|
what users should receive the notification. Only users that
|
|
|
subscribed to notifications on the same group receive it.
|
|
|
- event_name (string): The name of the event to notify about (for
|
|
|
- example `config_changed`).
|
|
|
+ example `new_group_member`).
|
|
|
- params: Other parameters that describe the event. This might be, for
|
|
|
- example, the new configuration value. This can be any data that can
|
|
|
- be sent over the isc.cc.Session, but it is common for it to be dict.
|
|
|
+ example, the ID of the new member and the name of the group. This can
|
|
|
+ be any data that can be sent over the isc.cc.Session, but it is
|
|
|
+ common for it to be dict.
|
|
|
Returns: Nothing
|
|
|
"""
|
|
|
notification = [event_name]
|