diff options
| author | Mistivia <i@mistivia.com> | 2025-11-02 15:29:28 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-11-02 15:29:28 +0800 |
| commit | 9f42c2d5f911cb4e215d7873221e642ce7df4d61 (patch) | |
| tree | 6dac90a889a7402a9556d3d1bcc5cb53cdb9f123 /webircgateway/plugins/example | |
| parent | fb2d9de539b660a261af19b1cbcceb7ee7980cb1 (diff) | |
deprecate webircdateway and ngircd
Diffstat (limited to 'webircgateway/plugins/example')
| -rw-r--r-- | webircgateway/plugins/example/plugin.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/webircgateway/plugins/example/plugin.go b/webircgateway/plugins/example/plugin.go deleted file mode 100644 index 085d9e3..0000000 --- a/webircgateway/plugins/example/plugin.go +++ /dev/null @@ -1,11 +0,0 @@ -package main - -import ( - "sync" - - "github.com/kiwiirc/webircgateway/pkg/webircgateway" -) - -func Start(gateway *webircgateway.Gateway, pluginsQuit *sync.WaitGroup) { - gateway.Log(1, "Example gateway plugin %s", webircgateway.Version) -}
\ No newline at end of file |
