diff --git a/pesterchum.py b/pesterchum.py index 0a792de..dac9368 100644 --- a/pesterchum.py +++ b/pesterchum.py @@ -1324,11 +1324,17 @@ class PesterWindow(MovingWindow): self.reportBugAction = QtWidgets.QAction(self.theme["main/menus/help/reportbug"], self) except: self.reportBugAction = QtWidgets.QAction("REPORT BUG", self) + try: + self.xyzRulesAction = QtWidgets.QAction(self.theme["main/menus/help/rules"], self) + except: + self.xyzRulesAction = QtWidgets.QAction("RULES", self) self.reportBugAction.triggered.connect(self.reportBug) + self.xyzRulesAction.triggered.connect(self.xyzRules) helpmenu = self.menu.addMenu(self.theme["main/menus/help/_name"]) self.helpmenu = helpmenu self.helpmenu.addAction(self.helpAction) + self.helpmenu.addAction(self.xyzRulesAction) self.helpmenu.addAction(self.botAction) self.helpmenu.addAction(self.chanServAction) self.helpmenu.addAction(self.nickServAction) @@ -1851,6 +1857,11 @@ class PesterWindow(MovingWindow): except: self.reportBugAction.setText("REPORT BUG") + try: + self.xyzRulesAction.setText(self.theme["main/menus/help/rules"]) + except: + self.xyzRulesAction.setText("RULES") + # moods self.moodsLabel.setText(theme["main/moodlabel/text"]) self.moodsLabel.move(*theme["main/moodlabel/loc"]) @@ -3038,7 +3049,10 @@ class PesterWindow(MovingWindow): @QtCore.pyqtSlot() def reportBug(self): QtGui.QDesktopServices.openUrl(QtCore.QUrl("https://github.com/Dpeta/pesterchum-alt-servers/issues", QtCore.QUrl.TolerantMode)) - return + + @QtCore.pyqtSlot() + def xyzRules(self): + QtGui.QDesktopServices.openUrl(QtCore.QUrl("https://www.pesterchum.xyz/pesterchum-rules", QtCore.QUrl.TolerantMode)) @QtCore.pyqtSlot(QString, QString) def nickCollision(self, handle, tmphandle): diff --git a/themes/BettyBother/style.js b/themes/BettyBother/style.js index d4a2b94..4b04839 100755 --- a/themes/BettyBother/style.js +++ b/themes/BettyBother/style.js @@ -38,6 +38,7 @@ "help": { "_name": "HELP", "about": "ABOUT", "help": "HELP", + "rules": "Rules", "calsprite": "CALSPRITE", "nickserv": "NICKSERV" }, "rclickchumlist": {"pester": "PESTER", diff --git a/themes/FRESHjamz/style.js b/themes/FRESHjamz/style.js index ab744c0..0b67693 100755 --- a/themes/FRESHjamz/style.js +++ b/themes/FRESHjamz/style.js @@ -40,6 +40,7 @@ "quirks": "Quirks"}, "help": { "_name": "Info", "help": "Info", + "rules": "Rules", "calsprite": "Calsprite", "chanserv": "ChanServ", "nickserv": "NickServ", diff --git a/themes/MSChum/style.js b/themes/MSChum/style.js index 56d2f66..0148a1d 100755 --- a/themes/MSChum/style.js +++ b/themes/MSChum/style.js @@ -231,7 +231,7 @@ "style": "background: white; border:2px solid #000000;margin-top:5px; margin-right:10px; margin-left:10px; font-size: 12px;font-family: 'Courier'" }, "tabwindow" : { - "style": "background-color:#f2f2f2;border:0px" + "style": "background-color:#f2f2f2;border:0px;" }, "tabs": { "style": "background-color: #f2f2f2; font-family: 'Courier';font:bold;font-size:12px;min-height:25px;", @@ -298,4 +298,4 @@ "systemMsgColor": "#646464", "op": { "icon": "$path/op.png" } } -} \ No newline at end of file +} diff --git a/themes/Scratch/style.js b/themes/Scratch/style.js index f27683a..653be87 100755 --- a/themes/Scratch/style.js +++ b/themes/Scratch/style.js @@ -38,6 +38,7 @@ "quirks": "Lingo" }, "help": { "_name": "Info", "help": "Info", + "rules": "Rules", "calsprite": "Calsprite", "nickserv": "NickServ", "about": "The Deal", diff --git a/themes/TrueMSChum/style.js b/themes/TrueMSChum/style.js index 2ec5210..fd62ecc 100644 --- a/themes/TrueMSChum/style.js +++ b/themes/TrueMSChum/style.js @@ -123,7 +123,7 @@ "text": "" }, "currentMood": [18, 249] }, - "defaultwindow": { "style": "background: #222222; font-family:'Courier';font:bold;selection-background-color:#F1F1F1; " + "defaultwindow": { "style": "background: #F1F1F1; font-family:'Courier';font:bold;selection-background-color:#F1F1F1; " }, "addchum": { "style": "background: rgba(255, 255, 0, 0%); border:2px solid #000000; font: bold; color: rgba(0, 0, 0, 0%); font-family:'Courier';", "pressed" : "background: rgb(255, 255, 255, 30%);", @@ -210,7 +210,7 @@ "convo": {"style": "background-color: #f2f2f2;background-image:url($path/convobg.png);background-repeat: no-repeat; border:2px solid black; font-family: 'Courier'", "scrollbar": { "style" : "padding-top:17px; padding-bottom:17px;width: 18px; background: white; border:2px solid #000000;", - "handle": "background-color:#FFFFFF;min-height:20px;", + "handle": "background-color:#000000;min-height:20px;", "downarrow": "height:17px;border:0px solid #000000;", "darrowstyle": "image:url($path/downarrow.png);", "uparrow": "height:17px;border:0px solid #000000;", @@ -218,7 +218,7 @@ }, "margins": {"top": 0, "bottom": 6, "left": 0, "right": 0 }, "size": [500, 325], - "chumlabel": { "style": "margin-bottom: 21px;background: rgb(256, 256, 256); color: white; border:0px; font-size: 14px;font-family: 'Courier'", + "chumlabel": { "style": "margin-bottom: 21px;background: rgb(255, 255, 255); color: white; border:0px; font-size: 14px;font-family: 'Courier'", "align": { "h": "center", "v": "center" }, "minheight": 47, "maxheight": 47, @@ -231,12 +231,12 @@ "style": "background: white; border:2px solid #000000;margin-top:5px; margin-right:10px; margin-left:10px; font-size: 12px;font-family: 'Courier'" }, "tabwindow" : { - "style": "background-color:#f2f2f2;border:0px" + "style": "background-color:#f2f2f2;border:0px;" }, "tabs": { "style": "background-color: #f2f2f2; font-family: 'Courier';font:bold;font-size:12px;min-height:25px;", "selectedstyle": "border:0px;background-color:#f2f2f2;border-top:2px solid black; border-left:2px solid black;border-right:2px solid black; border-top-left-radius: 4px; border-top-right-radius: 4px;", - "newmsgcolor": "#FFFFFF", + "newmsgcolor": "#fdb302", "tabstyle": 0 }, "text": { @@ -255,23 +255,23 @@ }, "memos": {"memoicon": "$path/memo.png", - "style": "background-color: #FFFFFF; background-image:url($path/convobg.png); background-repeat: no-repeat; border:2px solid black; font-family: 'Courier'; font: bold; selection-background-color:#919191; ", + "style": "background-color: #fdb302; background-image:url($path/convobg.png); background-repeat: no-repeat; border:2px solid black; font-family: 'Courier'; font: bold; selection-background-color:#919191; ", "size": [500,325], "tabs": { "style": "", "selectedstyle": "", - "newmsgcolor": "#FFFFFF", + "newmsgcolor": "#fdb302", "tabstyle": 0 }, "scrollbar": { "style" : "padding-top:17px; padding-bottom:17px;width: 18px; background: rgba(255, 255, 0, 0%); border:0px;", - "handle": "background-color:#FFFFFF;min-height:20px;", + "handle": "background-color:#000000;min-height:20px;", "downarrow": "height:17px;border:0px solid #000000;", "darrowstyle": "image:url($path/downarrow.png);", "uparrow": "height:17px;border:0px solid #000000;", "uarrowstyle": "image:url($path/uparrow.png);" }, "label": { "text": "Bulletin Board: $channel", - "style": "margin-bottom: 21px;background: rgb(0, 0, 0); color: white; border:0px; font-size: 14px;", + "style": "margin-bottom: 21px;background: rgb(196, 138, 0); color: white; border:0px; font-size: 14px;", "align": { "h": "center", "v": "center" }, "minheight": 47, "maxheight": 47 diff --git a/themes/TrueTrollian/style.js b/themes/TrueTrollian/style.js index 308c5d3..d4cdc76 100644 --- a/themes/TrueTrollian/style.js +++ b/themes/TrueTrollian/style.js @@ -28,7 +28,8 @@ "import": "import U2;", "reconnect": "Reconnect", "idle": "Idle", - "exit": "Abscond"}, + "exit": "Abscond", + "console": "Console"}, "profile": {"_name": "View", "switch": "Trolltag", "theme": "Theme", @@ -40,7 +41,9 @@ "help": "Help", "calsprite": "CalSprite", "chanserv": "ChanServ", - "nickserv": "NickServ" }, + "nickserv": "NickServ", + "rules": "Rules", + "reportbug": "Report Bug" }, "rclickchumlist": {"pester": "Troll", "removechum": "Trash", "report": "Tattle", @@ -62,7 +65,10 @@ "memonoquirk": "Disable Quirks", "memohidden": "Hidden", "memoinvite": "Invite-Only", - "memomute": "Mute" } + "memomute": "Mute", + "beeponmessage": "Beep on Message", + "flashonmessage": "Flash on Message", + "mutenotifications": "Mute Notifications" } }, "chums": { "style": "font-size: 12px; background: white; border:0px; font-family: 'Arial';selection-background-color:rgb(200,200,200); ", "scrollbar": { "style" : "background-color:#c2c2c2;", @@ -137,7 +143,8 @@ "size": [0,0] }, "colorswatch": { "loc": [0,0], "size": [0,0], - "text": "" } + "text": "" }, + "currentMood": [] }, "defaultwindow": { "style": "background: #c2c2c2; font-family:'Arial';font:bold;selection-background-color:#545454; " }, diff --git a/themes/TrueTrollian2.5/style.js b/themes/TrueTrollian2.5/style.js index 5836d37..9da5db1 100644 --- a/themes/TrueTrollian2.5/style.js +++ b/themes/TrueTrollian2.5/style.js @@ -158,7 +158,7 @@ }, "input": { "style": "background: white; border:2px solid #ffa4a4;margin-top:5px; margin-right:10px; margin-left:10px; font-size: 12px;" }, "tabwindow" : { - "style": "" + "style": "background-color: #e5000f;border:2px solid #780000;" }, "text": { "beganpester": "began trolling", @@ -202,4 +202,4 @@ }, "scrollbar": null } -} \ No newline at end of file +} diff --git a/themes/Zodiac/style.js b/themes/Zodiac/style.js index cdc9bc5..ca869fc 100755 --- a/themes/Zodiac/style.js +++ b/themes/Zodiac/style.js @@ -42,7 +42,8 @@ "nickserv": "NickServ", "about": "About", "reportbug": "Report Bug", - "chanserv": "ChanServ"}, + "chanserv": "ChanServ", + "rules": "Rules"}, "rclickchumlist": {"pester": "Pester", "removechum": "Remove", "report": "Report", diff --git a/themes/battlefield/style.js b/themes/battlefield/style.js index 742a813..a85904b 100755 --- a/themes/battlefield/style.js +++ b/themes/battlefield/style.js @@ -37,6 +37,7 @@ "help": { "_name": "Cavalry", "about": "Creators", "help": "Help", + "rules": "Rules", "calsprite": "Calsprite", "nickserv": "NickServ", "reportbug": "Report Bug", @@ -335,4 +336,4 @@ "systemMsgColor": "#393939", "op": { "icon": "$path/smooth.gif" } } -} \ No newline at end of file +} diff --git a/themes/crosbytop/style.js b/themes/crosbytop/style.js index 7dfca96..189ef87 100755 --- a/themes/crosbytop/style.js +++ b/themes/crosbytop/style.js @@ -39,6 +39,7 @@ "help": { "_name": "MSPA", "about": "About", "help": "Help", + "rules": "Rules", "calsprite": "CalSprite", "chanserv": "ChanServ", "nickserv": "NickServ", @@ -273,4 +274,4 @@ "systemMsgColor": "#646464", "op": { "icon": "$path/sleek.png" } } -} \ No newline at end of file +} diff --git a/themes/danceofthorns/style.js b/themes/danceofthorns/style.js index c1bab03..d8cf12f 100755 --- a/themes/danceofthorns/style.js +++ b/themes/danceofthorns/style.js @@ -32,6 +32,7 @@ "help": { "_name": "Help", "about": "About", "help": "Help", + "rules": "Rules", "calsprite": "CalSprite", "chanserv": "ChanServ", "nickserv": "NickServ", diff --git a/themes/enamel/style.js b/themes/enamel/style.js index c290303..bf5dc63 100755 --- a/themes/enamel/style.js +++ b/themes/enamel/style.js @@ -9,8 +9,8 @@ "loc": [315, 26]}, "minimize": { "image": "$path/m.gif", "loc": [300, 32]}, - "menubar": { "style": "font-family: 'Century Gothic'; font-size: 14px; color:#9d9d9d" }, - "menu" : { "style": "font-family: 'Century Gothic'; font-size: 14px; color: #000000; background-color: #fdb302;border:2px solid #ffff00", + "menubar": { "style": "font-family: 'Century Gothic'; font-size: 14px; color:#9d9d9d;" }, + "menu" : { "style": "font-family: 'Century Gothic'; font-size: 14px; color: #000000; background-color: #fdb302;border:2px solid #ffff00;", "menuitem": "margin-right:25px;", "selected": "background-color: #ffff00", "loc": [480,30] @@ -37,7 +37,7 @@ "help": { "_name": "Help", "about": "About", "help": "Help", - "help": "Help", + "rules": "Rules", "calsprite": "CalSprite", "chanserv": "ChanServ", "nickserv": "NickServ", @@ -66,8 +66,7 @@ "memomute": "Mute", "beeponmessage": "Beep on Message", "flashonmessage": "Flash on Message", - "mutenotifications": "Mute Notifications" - } + "mutenotifications": "Mute Notifications" } }, "chums": { "style": "text-align: center; border:0px; background-image:url($path/chumbg.png); background-color: #ffe400; background-repeat: no-repeat; color: white; font-family: 'Century Gothic';selection-background-color:#646464; font-size:18px; ", "scrollbar": { "style" : "background-image:url($path/chumbg.png); background-color: #ffe400;", @@ -263,7 +262,7 @@ }, "margins": {"top": 35, "bottom": 35, "left": 32, "right": 20 }, "size": [480, 348], - "chumlabel": { "style": " background: rgba(255, 255, 0, 0%); color: white; border:0px; font-size: 0px;", + "chumlabel": { "style": " background: rgba(255, 255, 0, 0%); color: white; border:0px; font-size: 14px;", "align": { "h": "center", "v": "center" }, "minheight": 0, "maxheight": 0, @@ -272,7 +271,7 @@ "textarea": { "style": "background-color: white; background-image: url(); font: bold; font-size: 14px; font-family: 'Century Gothic'; border:2px solid yellow;text-align:center;" }, - "input": { "style": "background: white; border:2px solid yellow;margin-top:10px; font: bold; font-size: 14px; font-family: 'Century Gothic'" }, + "input": { "style": "background: white; border:2px solid yellow;margin-top:10px; font: bold; font-size: 14px; font-family: 'Century Gothic';" }, "tabs": { "style": "", "selectedstyle": "", @@ -310,7 +309,7 @@ "uarrowstyle": "image:url();" }, "label": { "text": "Bulletin Board: $channel", - "style": "margin-bottom: 7px; margin-top: 10px; background-color: rgba (0,0,0,0) ; background-image:url($path/nothing.png); color: white; border:0px; font-size: 16px;", + "style": "margin-bottom: 7px; margin-top: 10px; background-color: rgba(0,0,0,0); background-image:url($path/nothing.png); color: white; border:0px; font-size: 16px;", "align": { "h": "center", "v": "center" }, "minheight": 47, "maxheight": 47 diff --git a/themes/enoirmel/style.js b/themes/enoirmel/style.js index c08e0e2..dee2134 100755 --- a/themes/enoirmel/style.js +++ b/themes/enoirmel/style.js @@ -37,6 +37,7 @@ "help": { "_name": "Assistance", "about": "About!", "help": "Help", + "rules": "Rules", "calsprite": "CalSprite", "chanserv": "ChanServ", "nickserv": "NickServ", @@ -334,4 +335,4 @@ "systemMsgColor": "#393939", "op": { "icon": "$path/smooth.png" } } -} \ No newline at end of file +} diff --git a/themes/gold/style.js b/themes/gold/style.js index d02b5c2..cecaac7 100755 --- a/themes/gold/style.js +++ b/themes/gold/style.js @@ -40,6 +40,7 @@ "help": { "_name": "Help", "about": "About", "help": "Help", + "rules": "Rules", "calsprite": "CalSprite", "chanserv": "ChanServ", "nickserv": "NickServ", diff --git a/themes/jadeenamel/style.js b/themes/jadeenamel/style.js index fde3893..7db6c54 100755 --- a/themes/jadeenamel/style.js +++ b/themes/jadeenamel/style.js @@ -36,6 +36,7 @@ "quirks": "Quirks"}, "help": { "_name": "Help??", "about": "About!", + "rules": "Rules!", "help": "Help!!", "calsprite": "CalSprite", "chanserv": "ChanServ", @@ -258,7 +259,7 @@ }, "margins": {"top": 35, "bottom": 35, "left": 32, "right": 20 }, "size": [480, 348], - "chumlabel": { "style": " background: rgba(130, 230, 80, 0%); color: #C6FFA9; border:0px; font-size: 0px;", + "chumlabel": { "style": " background: rgba(130, 230, 80, 0%); color: #C6FFA9; border:0px; ", "align": { "h": "center", "v": "center" }, "minheight": 0, "maxheight": 0, @@ -308,7 +309,7 @@ "uarrowstyle": "image:url();" }, "label": { "text": "Bulletin Board: $channel", - "style": "margin-bottom: 7px; margin-top: 10px; background-color: rgba (0,0,0,0) ; background-image:url($path/nothing.png); color: #C6FFA9; border:0px; font-size: 16px;", + "style": "margin-bottom: 7px; margin-top: 10px; background-color: rgba(0,0,0,0) ; background-image:url($path/nothing.png); color: #C6FFA9; border:0px; font-size: 16px;", "align": { "h": "center", "v": "center" }, "minheight": 47, "maxheight": 47 @@ -335,4 +336,4 @@ "systemMsgColor": "#393939", "op": { "icon": "$path/smooth.png" } } -} \ No newline at end of file +} diff --git a/themes/niccage/style.js b/themes/niccage/style.js index a569531..5cf146b 100755 --- a/themes/niccage/style.js +++ b/themes/niccage/style.js @@ -37,6 +37,7 @@ "help": { "_name": "Help", "about": "About", "help": "Help", + "rules": "Rules", "calsprite": "CalSprite", "chanserv": "ChanServ", "nickserv": "NickServ", @@ -258,7 +259,7 @@ }, "margins": {"top": 35, "bottom": 35, "left": 32, "right": 20 }, "size": [480, 348], - "chumlabel": { "style": " background: rgba(255, 255, 0, 0%); color: #FFFCBD; border:0px; font-size: 0px;", + "chumlabel": { "style": " background: rgba(255, 255, 0, 0%); color: #FFFCBD; border:0px;", "align": { "h": "center", "v": "center" }, "minheight": 0, "maxheight": 0, @@ -308,7 +309,7 @@ "uarrowstyle": "image:url();" }, "label": { "text": "Bulletin Board: $channel", - "style": "margin-bottom: 7px; margin-top: 10px; background-color: rgba (0,0,0,0) ; background-image:url($path/nothing.png); color: #FFFCBD; border:0px; font-size: 16px;", + "style": "margin-bottom: 7px; margin-top: 10px; background-color: rgba(0,0,0,0) ; background-image:url($path/nothing.png); color: #FFFCBD; border:0px; font-size: 16px;", "align": { "h": "center", "v": "center" }, "minheight": 47, "maxheight": 47 @@ -317,7 +318,7 @@ "textarea": { "style": " background-color: #FFFCBD; background-image:url(); font: bold; font-size: 14px; font-family: 'Arial'; border:2px solid #F7B53D;text-align:center; margin-right:10px; margin-left:10px;" }, "margins": {"top": 0, "bottom": 6, "left": 0, "right": 0 }, "userlist": { "width": 150, - "style": "border:2px solid #F7B53D; background: #FFFCBD; font-family: 'Arial';selection-background-color:#646464; font-size: 14px; margin-left:0px; margin-right:10px;" + "style": "border:2px solid #F7B53D; background: #FFFCBD; font-family: 'Arial';selection-background-color:#646464; font-size: 14px; margin-right:10px;" }, "time": { "text": { "width": 75, "style": " border: 2px solid #FFD47C; background: #FFFCBD; font-size: 12px; margin-top: 5px; margin-right: 5px; margin-left: 5px; font-family:'Arial';font:bold;" diff --git a/themes/paperchum/style.js b/themes/paperchum/style.js index 6cb7ab6..7db9c70 100755 --- a/themes/paperchum/style.js +++ b/themes/paperchum/style.js @@ -34,6 +34,7 @@ "help": { "_name": " ", "about": "About", "help": "Help", + "rules": "Rules", "calsprite": "CalSprite", "chanserv": "ChanServ", "nickserv": "NickServ", @@ -365,4 +366,4 @@ }, "content": { "style": "background: black; color: white; padding: 5px;" } } -} \ No newline at end of file +} diff --git a/themes/pesterchum/style.js b/themes/pesterchum/style.js index 731f46a..6938cf6 100755 --- a/themes/pesterchum/style.js +++ b/themes/pesterchum/style.js @@ -39,6 +39,7 @@ "block": "TROLLSLUM", "quirks": "QUIRKS"}, "help": { "_name": "HELP", + "rules": "RULES", "about": "ABOUT", "help": "HELP", "calsprite": "CALSPRITE", diff --git a/themes/squiddlechum/style.js b/themes/squiddlechum/style.js index 079f993..6c89c4e 100755 --- a/themes/squiddlechum/style.js +++ b/themes/squiddlechum/style.js @@ -42,7 +42,8 @@ "calsprite": "CalSprite", "chanserv": "ChanServ", "nickserv": "NickServ", - "reportbug": "Report Bug" }, + "reportbug": "Report Bug", + "rules": "Rules" }, "rclickchumlist": {"pester": "Pester", "removechum": "Remove Chum", "report": "Report", @@ -345,4 +346,4 @@ "systemMsgColor": "#646464", "op": { "icon": "$path/smooth.png" } } -} \ No newline at end of file +} diff --git a/themes/steamchum/style.js b/themes/steamchum/style.js index eb98cb4..8be1d56 100755 --- a/themes/steamchum/style.js +++ b/themes/steamchum/style.js @@ -34,6 +34,7 @@ "help": { "_name": " ", "about": "About", "help": "Help", + "rules": "Rules", "calsprite": "CalSprite", "chanserv": "ChanServ", "nickserv": "NickServ", @@ -365,4 +366,4 @@ }, "content": { "style": "background: black; color: white; padding: 5px;" } } -} \ No newline at end of file +} diff --git a/themes/trollian/style.js b/themes/trollian/style.js index 3e23841..3df6e43 100755 --- a/themes/trollian/style.js +++ b/themes/trollian/style.js @@ -37,12 +37,13 @@ "block": "Chumpdump", "quirks": "Annoying" }, "help": { "_name": "Help", + "rules": "Rules", "about": "About", "help": "Help", "calsprite": "CalSprite", "chanserv": "ChanServ", "nickserv": "NickServ", - "reportbug": "Report Bug"}, + "reportbug": "Report Bug" }, "rclickchumlist": {"pester": "Troll", "removechum": "Trash", "report": "Tattle", diff --git a/themes/typewriter/style.js b/themes/typewriter/style.js index d021d2b..dabe698 100755 --- a/themes/typewriter/style.js +++ b/themes/typewriter/style.js @@ -43,7 +43,8 @@ "calsprite": "CalSprite", "chanserv": "ChanServ", "nickserv": "NickServ", - "reportbug": "Report Bug" }, + "reportbug": "Report Bug", + "rules": "Rules" }, "rclickchumlist": {"pester": "Converse", "removechum": "Erase User", "report": "Report User", diff --git a/themes/win95chum/style.js b/themes/win95chum/style.js index 4d5552d..9519dea 100644 --- a/themes/win95chum/style.js +++ b/themes/win95chum/style.js @@ -21,6 +21,7 @@ "logviewer": "Message Logs", "randen": "Random Messaging", "userlist": "Users Online", + "console": "Console", "talk": "Send Message", "addgroup": "Add Group", "import": "Import", @@ -37,6 +38,8 @@ "about": "About", "help": "Help", "calsprite": "Lil' Cal Buddy", + "rules": "Rules", + "reportbug": "Report Bug", "chanserv": "Group Moderation", "nickserv": "Nickserv" }, "rclickchumlist": {"pester": "Message", @@ -363,4 +366,4 @@ }, "content": { "style": "background: #c3c3c3; color: black; padding: 5px;" } } -} \ No newline at end of file +}