diff options
author | hemagx <hemagx2@gmail.com> | 2016-07-31 12:48:57 +0200 |
---|---|---|
committer | hemagx <hemagx2@gmail.com> | 2016-07-31 12:48:57 +0200 |
commit | ba980730589a41e0526e94fdfb07206f4dea854a (patch) | |
tree | 2a5a32431c8fc75829a157c8e252f5c9aa04c9b0 | |
parent | bc46ac94eba15b4f5159a7fa330c93907dad7d68 (diff) | |
download | hercules-ba980730589a41e0526e94fdfb07206f4dea854a.tar.gz hercules-ba980730589a41e0526e94fdfb07206f4dea854a.tar.bz2 hercules-ba980730589a41e0526e94fdfb07206f4dea854a.tar.xz hercules-ba980730589a41e0526e94fdfb07206f4dea854a.zip |
Clean up hercules.ws leftovers
Closes #1379
-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. |