Browse Source

Relaybot is now a subplugin of the IRC Parser

Fixes issue 4001

Change-Id: Ic93e65f19337913aea5133cce6a845c5ab8b974d
Reviewed-on: http://gerrit.dmdirc.com/1128
Automatic-Compile: DMDirc Local Commits <dmdirc@googlemail.com>
Reviewed-by: Gregory Holmes <greg@dmdirc.com>
tags/0.6.4
Chris Smith 14 years ago
parent
commit
a84bdb82b1
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      src/com/dmdirc/addons/relaybot/plugin.config

+ 4
- 0
src/com/dmdirc/addons/relaybot/plugin.config View File

8
   version
8
   version
9
   defaults
9
   defaults
10
   updates
10
   updates
11
+  requires
11
 
12
 
12
 metadata:
13
 metadata:
13
   author=Shane <shane@dmdirc.com>
14
   author=Shane <shane@dmdirc.com>
19
 updates:
20
 updates:
20
   id=50
21
   id=50
21
 
22
 
23
+requires:
24
+  parent=parser_irc
25
+
22
 defaults:
26
 defaults:
23
   colourFullName=true
27
   colourFullName=true
24
   joinOnDiscover=false
28
   joinOnDiscover=false

Loading…
Cancel
Save