aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2019-05-04 15:06:18 +0200
committerlain <lain@soykaf.club>2019-05-04 15:06:18 +0200
commit4c76f49e60287e6618f87a2bae3e0d4e8c444895 (patch)
tree2e037f4c1e789544c392b8bf7e54b2604bc1e40b /lib
parent6ad8ddfd290f0239956874ccc9dc181167e84647 (diff)
downloadpleroma-4c76f49e60287e6618f87a2bae3e0d4e8c444895.tar.gz
BBS: small fixes.
Diffstat (limited to 'lib')
-rw-r--r--lib/pleroma/bbs/handler.ex6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/pleroma/bbs/handler.ex b/lib/pleroma/bbs/handler.ex
index 1ebba77d2..75ba35dc2 100644
--- a/lib/pleroma/bbs/handler.ex
+++ b/lib/pleroma/bbs/handler.ex
@@ -1,12 +1,8 @@
defmodule Pleroma.BBS.Handler do
- @moduledoc """
- An example implementation of `Sshd.ShellHandler`, implementing a very simple
- Read-Eval-Loop, that does nothing.
- """
use Sshd.ShellHandler
+ alias Pleroma.Activity
alias Pleroma.Web.CommonAPI
alias Pleroma.Web.ActivityPub.ActivityPub
- alias Pleroma.Activity
def on_shell(username, _pubkey, _ip, _port) do
:ok = IO.puts("Welcome to #{Pleroma.Config.get([:instance, :name])}!")