mirror of
https://github.com/thelounge/thelounge
synced 2024-11-21 19:43:07 +00:00
Merge remote-tracking branch 'origin/pull/4834'
This commit is contained in:
commit
c09f751552
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ const ctcpResponses = {
|
|||
.join(" "),
|
||||
PING: ({message}: {message: string}) => message.substring(5),
|
||||
SOURCE: () => pkg.repository.url,
|
||||
VERSION: () => pkg.name + " " + Helper.getVersion() + " -- " + pkg.homepage,
|
||||
VERSION: () => pkg.name + " -- " + pkg.homepage,
|
||||
};
|
||||
|
||||
export default <IrcEventHandler>function (irc, network) {
|
||||
|
|
Loading…
Reference in a new issue