MAXIMUM OVERDRIVE

This commit is contained in:
2023-10-04 02:31:22 -05:00
parent cf27df253a
commit 74d14372ec
16 changed files with 285 additions and 234 deletions

View File

@@ -1,7 +0,0 @@
hey pengo
hey p3ng0
p3ng0
yo pengo
yo p3ng0
hello p3ng0
aloha p3ng0

View File

@@ -1,5 +1,12 @@
# This is the configuration file for PengoBot.
# Handles every message group.
messages=conf/messages.list
# Handles single messages to single phrases.
replyfile=conf/replies.conf
# Handles worlds and their names.
worldfile=conf/worldlist.conf
# The username you log in as. Account must be registered on worlds servers.
username=Clem
@@ -15,6 +22,9 @@ help_url=
# Bot avatar. Must be VIP for articulated to show up.
avatar=http://files.worlio.com/users/wirlaburla/avatars/pengobot.mov
# Room to appear in.
room=GroundZero#Reception<dimension-1>
# The position in the world that the bot will sit.
xpos=0
ypos=0
@@ -28,21 +38,17 @@ spin=0
katime=5
# The time between random messages. The wait period is between minRandomMsgTime and maxRandomMsgTime. Setting these to 0 will disable.
msg_random=conf/randoms.messages
minRandomMsgTime=300
maxRandomMsgTime=900
# Local database of worlds and their names.
msg_whereis=conf/whereis.messages
worldfile=conf/worlds.conf
# Simple responses to simple phrases.
responsefile=conf/responses.conf
# Other responses.
msg_attention=conf/attentions.messages
msg_startup=conf/startups.messages
msg_greet=conf/greets.messages
msg_goodbye=conf/goodbyes.messages
msg_unknowncmd=conf/unknowncmd.messages
msg_whoami=conf/whoami.messages
# Here are all single-definition messages. For anything that isn't picked in a list, it's here.
help_msg=You can find more information here: %s
coinflip_msg=%s flipped %s.
help_whisper_message=%s, you have been whispered with more information.
time_msg=It is %s.
roll_msg=%s rolled a %i.
world_not_found_msg=Sorry, I don't know that one.
roomusers_msg=There are %i users in this room.
conf_reload_msg=My configuration has been reloaded.
ping_msg=Response recieved in %ims.
pong_msg=Pong!

View File

@@ -1 +0,0 @@
Goodbye!

View File

@@ -1,9 +0,0 @@
Hi.
Hi %s.
Aloha %s.
Nice to meet you %s.
Hope all is well!
Howdy!
Salutations %s.
Acknowledged.
Add '%s' to database.

View File

@@ -0,0 +1,39 @@
[startup]
Hi, I'm P3NG0, your friendly Worlds bot.
My initialization is complete.
[attention]
hey pengo
hey p3ng0
p3ng0
yo pengo
yo p3ng0
hello p3ng0
aloha p3ng0
[greets]
Hi.
Hi %s.
Aloha %s.
Nice to meet you %s.
Hope all is well!
Howdy!
Salutations %s.
Acknowledged.
Added '%s' to database.
[goodbye]
Goodbye!
[unknown]
Sorry, I don't know what you're asking.
I am unsure of your request.
ERROR: DIVISION BY ZERO
Need something?
[random]
Beep boop!
[jokes]
Why did the chicken cross the road? To escape my deadly lasers, of course!
[world]
It's right here: %s
%s
Here is your mark: %s
[whoami]
Hi, I'm P3NG0. I'm a friendly bot.
I am here to annihilate the human race.

View File

@@ -1,2 +0,0 @@
kiwi
mongolia

View File

@@ -1,3 +0,0 @@
Hi, I'm P3NG0, your friendly Worlds bot.
My initialization is complete.
Beep boop!

View File

@@ -1,4 +0,0 @@
Sorry, I don't know what you're asking.
I am unsure of your request.
ERROR: DIVISION BY ZERO
Need something?

View File

@@ -1,4 +0,0 @@
It's right here: %s
%s
Here is your mark: %s
Found it! %s

View File

@@ -1,2 +0,0 @@
Hi, I'm P3NG0. I'm a friendly bot.
I am here to annihilate the human race.