X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=server%2Frcon2irc%2Fjoinmessage.pl;h=31fadadd0da29b3cf2d17ce1b9d4d07d094c93bf;hp=980538aabf99393129a797e77ea53c902fda588e;hb=HEAD;hpb=e5832bf2ecac60a672a29c85cd8dec341a215e1c diff --git a/server/rcon2irc/joinmessage.pl b/server/rcon2irc/joinmessage.pl index 980538aa..31fadadd 100644 --- a/server/rcon2irc/joinmessage.pl +++ b/server/rcon2irc/joinmessage.pl @@ -1,9 +1,9 @@ -# Nexuiz rcon2irc plugin by Merlijn Hofstra licensed under GPL - joinmessage.pl +# Xonotic rcon2irc plugin by Merlijn Hofstra licensed under GPL - joinmessage.pl # Place this file inside the same directory as rcon2irc.pl and add the full filename to the plugins. # Do not use more than 5 lines here, as they will be cut off by the client. my @jmtext = ( - "Welcome to this Nexuiz server", + "Welcome to this Xonotic server", "Have fun but please behave.", );