mrnodebot
Version:
Your Friendly NodeJS IRC Bot
65 lines (64 loc) • 2.8 kB
JSON
{
"irc": {
"initializing": "Connecting to IRC",
"connected": "Connected to {{- server}} as {{- nick}}"
},
"listeners": {
"init": "Initializing listeners..."
},
"database": {
"initializing": "Initializing the database sub-system...",
"initialized": "Database sub-system initialized",
"missing": "No database sub-system found, {{feature}} limited/disabled"
},
"scripts": {
"initializing": "Initializing scripts from {{- dir}}",
"loaded": "Loaded script: {{- file}}",
"error": "Error loading script from {{- path}}"
},
"storage": {
"initialized": "Storage Initialized",
"ignored": "Total Ignored: {{total}}",
"admins": "Total Admins: {{total}}"
},
"aliases": {
"improperStructure": "Improper structure in config.js for commandBindings",
"doesNotExist": "The alias {{alias}} for the command {{command}} does not exist",
"alreadyExists": "The alias {{alias}} for the command {{command}} already exists"
},
"bootstrap": {
"rebooting": "Rebooting...",
"reloading": "Reloading...",
"reloadConfig": "Reloading configuration data..."
},
"events": {
"channelJoined": "Joined channel {{- channel}}",
"channelParted": "Parted channel {{- channel}}: {{- reason}}",
"kickLoggingBy": "Kicked from {{channel}} by {{- by}}: {{- reason}}",
"kickLoggingFrom": "Kicked {{- nick}} from {{- channel}}: {{- reason}}",
"quitLogging": "Quit server and left {{- channels}} because {{- reason}}",
"topicLogging": "Changed topic from {{- channel}} to {{topic}}",
"registeredToIrc": "Registered to IRC server",
"sentMessage": "Message: {{- target}} {{- message}}",
"sentAction": "Action: {{- target}} {{- message}}",
"sentNotice": "Notice: {{- target}} {{- message}}",
"nickChanged": "Changed Nickname from {{- oldnick}} to {{- newnick}}",
"commandTriggered": "{{- from}} on {{- to}} has triggered the {{cmd}} command from the {{group}} group"
},
"auth": {
"notMemberOfGroup": "You are not a member of the group {{group}}. Access denied",
"notMemberOfGroupLogging": "{{- nick}} on {{- channel}} tried to use the {{group}} command {{type}}",
"notIdentified": "You must be identified with NickServ to use the {{- cmd }} command {{- from}}"
},
"webServer": {
"starting": "Starting Web Server...",
"started": "Web Server started on {{port}}"
},
"errors": {
"procCommand": "Error processing command: {{command}}",
"genericError": "Error in: {{command}}",
"moreInformation": "I need some more information, {{- nick}}",
"invalidCommand": "I am sorry, {{- from}}, I am unable to do that. Let me clarify, {{- cmd}} is an invalid command",
"invalidIdentCommand": "Error with identified command {{- cmd}} from {{- from}} to {{- to}}"
}
}