summaryrefslogtreecommitdiff
path: root/tosrvcmds.go
diff options
context:
space:
mode:
authoranon5 <anon5clam@protonmail.com>2021-06-22 19:42:34 +0000
committeranon5 <anon5clam@protonmail.com>2021-06-22 19:42:34 +0000
commit88b1090d63a20ec368f3518298727a073e6a4112 (patch)
treeb267490231a7e4681ae0b3a7f5342da6526c4336 /tosrvcmds.go
parentf967a747e4ae01fba3a6c3fd693d0e753faf3ae4 (diff)
downloadmt-88b1090d63a20ec368f3518298727a073e6a4112.tar.xz
s/ToSrvModChan(.*)/ToSrv\1ModChan/g
Diffstat (limited to 'tosrvcmds.go')
-rw-r--r--tosrvcmds.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/tosrvcmds.go b/tosrvcmds.go
index 4915204..de80b12 100644
--- a/tosrvcmds.go
+++ b/tosrvcmds.go
@@ -30,18 +30,18 @@ type ToSrvInit2 struct {
Lang string
}
-// ToSrvModChanJoin attempts to join a mod channel.
-type ToSrvModChanJoin struct {
+// ToSrvJoinModChan attempts to join a mod channel.
+type ToSrvJoinModChan struct {
Channel string
}
-// ToSrvModChanJoin attempts to leave a mod channel.
-type ToSrvModChanLeave struct {
+// ToSrvJoinModChan attempts to leave a mod channel.
+type ToSrvLeaveModChan struct {
Channel string
}
-// ToSrvModChanJoin sends a message on a mod channel.
-type ToSrvModChanMsg struct {
+// ToSrvJoinModChan sends a message on a mod channel.
+type ToSrvMsgModChan struct {
Channel string
Msg string
}