diff options
-rw-r--r-- | script-checker.bat | 2 | ||||
-rw-r--r-- | src/map/irc-bot.c | 2 | ||||
-rw-r--r-- | tools/item_merge.lua | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/script-checker.bat b/script-checker.bat index 327ea7cf5..657687f66 100644 --- a/script-checker.bat +++ b/script-checker.bat @@ -32,7 +32,7 @@ ECHO ^| ^| ^| ^| __/ ^| ^| (__^| ^|_^| ^| ^| __/\__ \ ECHO \_^| ^|_/\___^|_^| \___^|\__,_^|_^|\___^|^|___/ ECHO. ECHO Script Syntax Checker -ECHO http://hercules.ws/board/ +ECHO http://herc.ws/board/ ECHO. ECHO Drag and drop or input manually ECHO. diff --git a/src/map/irc-bot.c b/src/map/irc-bot.c index 5820ad2cf..d087588af 100644 --- a/src/map/irc-bot.c +++ b/src/map/irc-bot.c @@ -326,7 +326,7 @@ void irc_privmsg_ctcp(int fd, char *cmd, char *source, char *target, char *msg) snprintf(send_string, IRC_MESSAGE_LENGTH, "NOTICE %s :\001TIME %s\001",source_nick,temp); ircbot->send(send_string, false); } else if( strcmpi(cmd,"VERSION") == 0 ) { - snprintf(send_string, IRC_MESSAGE_LENGTH, "NOTICE %s :\001VERSION Hercules.ws IRC Bridge\001",source_nick); + snprintf(send_string, IRC_MESSAGE_LENGTH, "NOTICE %s :\001VERSION Herc.ws IRC Bridge\001",source_nick); ircbot->send(send_string, false); #ifdef IRCBOT_DEBUG } else { diff --git a/tools/item_merge.lua b/tools/item_merge.lua index 38708f452..2ef08eb7b 100644 --- a/tools/item_merge.lua +++ b/tools/item_merge.lua @@ -16,7 +16,7 @@ -- You should have received a copy of the GNU General Public License -- along with this program. If not, see <http://www.gnu.org/licenses/>. --- Base Author: Dastgir @ http://hercules.ws +-- Base Author: Dastgir @ http://herc.ws -- -- This script requires lua 5.1 to run. |