File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,30 @@ func CreateConsoler(
5555 configurator .NewConfiguratorChannel (configur ),
5656 )
5757
58+ forumGroup := root .GetChild (
59+ root .CurrentCmd ,
60+ cmdgroup .Command ("forum" ),
61+ cmdgroup .ShortDesc ("forum commands" ),
62+ )
63+ NewTagCommands (
64+ forumGroup .GetChild (
65+ forumGroup .CurrentCmd ,
66+ cmdgroup .Command ("watch" ),
67+ cmdgroup .ShortDesc ("Watch commands" ),
68+ ),
69+ configurator .NewConfiguratorForumWatch (configur ),
70+ configurator .NewConfiguratorChannel (configur ),
71+ )
72+ NewTagCommands (
73+ forumGroup .GetChild (
74+ forumGroup .CurrentCmd ,
75+ cmdgroup .Command ("ignore" ),
76+ cmdgroup .ShortDesc ("Watch commands" ),
77+ ),
78+ configurator .NewConfiguratorForumIgnore (configur ),
79+ configurator .NewConfiguratorChannel (configur ),
80+ )
81+
5882 playerGroup := root .GetChild (
5983 root .CurrentCmd ,
6084 cmdgroup .Command ("player" ),
You can’t perform that action at this time.
0 commit comments