summaryrefslogtreecommitdiff
path: root/src/util.pkg
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2011-02-19 18:44:20 +0100
committerBardur Arantsson <bardur@scientician.net>2011-02-19 19:32:45 +0100
commit56d359f285b8c73a9fb752f6fb4cd00ecaecba6e (patch)
tree376de690949125b2fab952750aa7277e99a7f49d /src/util.pkg
parentaa87bec3246b8441343317f0e26e97edb00f6a75 (diff)
Remove IRC functionality and socket code.
Diffstat (limited to 'src/util.pkg')
-rw-r--r--src/util.pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.pkg b/src/util.pkg
index 1dd6000b..73dfdff8 100644
--- a/src/util.pkg
+++ b/src/util.pkg
@@ -1316,7 +1316,7 @@ extern void prt(cptr str, int row, int col);
* @brief Add a message "msg" of type "type" and colour "color" to the
* message array.\n
* @param type Number \n the type of message. MESSAGE_MSG for regular
- * messages, MESSAGE_IRC for IRC messages.
+ * messages.
* @brief Type
* @param msg String \n the message.
* @brief Message