diff --git a/themes/enamel/style.js b/themes/enamel/style.js index 0f9054b..07f8b06 100644 --- a/themes/enamel/style.js +++ b/themes/enamel/style.js @@ -18,6 +18,7 @@ "menus": {"client": {"_name": "Client", "options": "Options", "memos": "Memos", + "logviewer": "Pesterlogs", "userlist": "Userlist", "import": "Import", "reconnect": "Reconnect", @@ -35,6 +36,7 @@ "removechum": "Remove Chum", "blockchum": "Block", "addchum": "Add Chum", + "viewlog": "View Pesterlog", "unblockchum": "Unblock", "banuser": "Ban User", "opuser": "Make OP", diff --git a/themes/gold/style.js b/themes/gold/style.js index f46a1ea..c7fb706 100644 --- a/themes/gold/style.js +++ b/themes/gold/style.js @@ -20,6 +20,7 @@ "menus": {"client": {"_name": "Client", "options": "Options", "memos": "Memos", + "logviewer": "Pesterlogs", "userlist": "Userlist", "import": "Import", "reconnect": "Reconnect", @@ -37,6 +38,7 @@ "removechum": "Remove Chum", "blockchum": "Block", "addchum": "Add Chum", + "viewlog": "View Pesterlog", "unblockchum": "Unblock", "banuser": "Ban User", "opuser": "Make OP", diff --git a/themes/pesterchum/style.js b/themes/pesterchum/style.js index cdd21da..eb6e9db 100644 --- a/themes/pesterchum/style.js +++ b/themes/pesterchum/style.js @@ -20,6 +20,7 @@ "menus": {"client": {"_name": "CLIENT", "options": "OPTIONS", "memos": "MEMOS", + "logviewer": "PESTERLOGS", "userlist": "USERLIST", "import": "IMPORT", "reconnect": "RECONNECT", @@ -37,6 +38,7 @@ "removechum": "REMOVE CHUM", "blockchum": "BLOCK", "addchum": "ADD CHUM", + "viewlog": "VIEW PESTERLOG", "unblockchum": "UNBLOCK", "banuser": "BAN USER", "opuser": "MAKE OP", diff --git a/themes/trollian/style.js b/themes/trollian/style.js index 365505d..0ec8137 100644 --- a/themes/trollian/style.js +++ b/themes/trollian/style.js @@ -19,6 +19,7 @@ "menus": {"client": {"_name": "Trollian", "options": "Options", "memos": "Memos", + "logviewer": "Pesterlogs", "userlist": "Fresh Targets", "import": "import U2;", "idle": "Idle", @@ -35,6 +36,7 @@ "removechum": "Trash", "blockchum": "Block", "addchum": "Add Chump", + "viewlog": "View Pesterlog", "unblockchum": "Mercy", "banuser": "Ban", "opuser": "Promote", diff --git a/themes/typewriter/style.js b/themes/typewriter/style.js index 32b07cc..d141d74 100644 --- a/themes/typewriter/style.js +++ b/themes/typewriter/style.js @@ -20,6 +20,7 @@ "menus": {"client": {"_name": "Typewriter", "options": "Preferences", "memos": "Bulletin Boards", + "logviewer": "Pesterlogs", "userlist": "Userlist", "import": "Import", "idle": "Idle", @@ -37,6 +38,7 @@ "removechum": "Erase User", "blockchum": "Condemn", "addchum": "Add User", + "viewlog": "View Pesterlog", "unblockchum": "Forgive", "banuser": "Expel User", "opuser": "Promote",