Skip to content

Commit

Permalink
Revert "Set WebChat to default to Libera; remove freenodeChat (#3926)" (
Browse files Browse the repository at this point in the history
#3962)

This reverts commit 01cf3ee.
  • Loading branch information
Reception123 committed Jun 14, 2021
1 parent 01cf3ee commit 33e2946
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 25 deletions.
24 changes: 2 additions & 22 deletions LocalSettings.php
Expand Up @@ -4368,35 +4368,15 @@
'wmgUseWikibaseRepository' => true,
],

// WebChat
// WebChat config
'wgWebChatServer' => [
'default' => false,
],
'wgWebChatChannel' => [
'default' => false,
],
'wgWebChatClient' => [
'default' => 'LiberaChat',
],
'wgWebChatClients' => [
'default' => [
'Mibbit' => [
'url' => '//embed.mibbit.com/index.html',
'parameters' => [
'noServerMotd' => 'true',
'server' => '$$$server$$$',
'channel' => '$$$channel$$$',
'nick' => '$$$nick$$$',
],
],
'LiberaChat' => [
'url' => '//web.libera.chat/',
'parameters' => [
'channel' => '$$$channel$$$',
'nick' => '$$$nick$$$',
],
],
],
'default' => 'freenodeChat',
],

// WikiForum
Expand Down
6 changes: 3 additions & 3 deletions ManageWikiSettings.php
Expand Up @@ -477,12 +477,12 @@
'from' => 'webchat',
'type' => 'list',
'options' => [
'Libera' => 'LiberaChat',
'Freenode' => 'freenodeChat',
'Other Server' => 'Mibbit',
],
'overridedefault' => 'LiberaChat',
'overridedefault' => 'freenodeChat',
'section' => 'discussion',
'help' => 'This sets the web client to use. If you are not using Libera, select Other Server.',
'help' => 'This sets the web client to use. If you are not using Freenode, select Other Server.',
'requires' => [],
],
'wgWikiForumAllowAnonymous' => [
Expand Down

0 comments on commit 33e2946

Please sign in to comment.