]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - server/rcon2irc/raw.pl
rm'd further nex-havoc references
[xonotic/xonotic.git] / server / rcon2irc / raw.pl
index 2e874f289d93b3f16bdb9859bc366741312acbbe..94efc9841afe3eff9f8cac4a62b20d01bd1da22c 100644 (file)
@@ -1,11 +1,11 @@
-# Nexuiz rcon2irc plugin by Merlijn Hofstra licensed under GPL - raw.pl
+# Xonotic rcon2irc plugin by Merlijn Hofstra licensed under GPL - raw.pl
 # Place this file inside the same directory as rcon2irc.pl and add the full filename to the plugins.
 
 # Use this plugin with extreme caution, it allows irc-admins to modify ANYTHING on your server.
 
 # Usage: In query with the bot the raw command directs commands to the server or irc connection.
 # Example: raw dp exec server.cfg
-# Example: raw irc PRIVMSG #nexuiz: YaY!
+# Example: raw irc PRIVMSG #xonotic: YaY!
 
 sub out($$@);