Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
poezio
poezio
Commits
dc2808cd
Commit
dc2808cd
authored
Jun 30, 2018
by
Maxime Buquet
Browse files
Add error message if muc service not found
Signed-off-by:
Maxime “pep” Buquet
<
pep@bouah.net
>
parent
b6fb719c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
poezio/core/core.py
poezio/core/core.py
+6
-0
No files found.
poezio/core/core.py
View file @
dc2808cd
...
...
@@ -882,6 +882,12 @@ class Core:
# not, give up
default_muc
=
config
.
get
(
'default_muc_service'
)
if
not
default_muc
:
self
.
information
(
"Error finding a MUC service to join. If your server does not "
"provide one, set 'default_muc_service' manually to a MUC "
"service that allows room creation."
,
'Error'
)
return
nick
=
self
.
own_nick
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment