summaryrefslogtreecommitdiff
path: root/src/mods/commands/yc_away.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mods/commands/yc_away.cpp')
-rw-r--r--src/mods/commands/yc_away.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mods/commands/yc_away.cpp b/src/mods/commands/yc_away.cpp
index 4034730..b66b82c 100644
--- a/src/mods/commands/yc_away.cpp
+++ b/src/mods/commands/yc_away.cpp
@@ -1,12 +1,11 @@
/*:*
*: File: ./src/mods/commands/yc_away.cpp
*:
- *: yChat; Homepage: ychat.buetow.org; Version 0.9.0-CURRENT
+ *: yChat; Homepage: www.yChat.org; Version 0.8.3-CURRENT
*:
*: Copyright (C) 2003 Paul C. Buetow, Volker Richter
*: Copyright (C) 2004 Paul C. Buetow
*: Copyright (C) 2005 EXA Digital Solutions GbR
- *: Copyright (C) 2006, 2007 Paul C. Buetow
*:
*: This program is free software; you can redistribute it and/or
*: modify it under the terms of the GNU General Public License
@@ -76,7 +75,7 @@ extern "C"
room* p_room = p_user->get_room();
// Remove ' from away message:
- unsigned long pos;
+ auto unsigned int pos;
do
{