view doc/src/js/event/onTopic.md @ 817:ebe561276c33

doc: start reworking, continue #752 @8h
author David Demelier <markand@malikania.fr>
date Mon, 19 Nov 2018 07:04:42 +0100
parents doc/src/api/event/onTopic.md@ebdc614db066
children
line wrap: on
line source

# Event onTopic

This event is triggered when someone changed the channel's topic.

# Synopsis

```javascript
function onTopic(server, origin, channel, topic)
```

# Arguments

- server: the current server,
- origin: the person who changed the topic,
- channel: the channel,
- topic: the new topic (may be empty).