summaryrefslogtreecommitdiff
path: root/src/spells2.c
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/spells2.c
parentaa87bec3246b8441343317f0e26e97edb00f6a75 (diff)
Remove IRC functionality and socket code.
Diffstat (limited to 'src/spells2.c')
-rw-r--r--src/spells2.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/spells2.c b/src/spells2.c
index d902bf1d..4455112e 100644
--- a/src/spells2.c
+++ b/src/spells2.c
@@ -4333,9 +4333,6 @@ bool ident_spell(void)
/* Build note and write */
sprintf(note, "Found The %s", item_name);
add_note(note, 'A');
-
- sprintf(note, "has found The %s", item_name);
- irc_emote(note);
}
/* Process the appropriate hooks */
process_hooks(HOOK_IDENTIFY, "(d,s)", item, "normal");
@@ -4372,9 +4369,6 @@ bool ident_all(void)
/* Build note and write */
sprintf(note, "Found The %s", item_name);
add_note(note, 'A');
-
- sprintf(note, "has found The %s", item_name);
- irc_emote(note);
}
/* Process the appropriate hooks */
process_hooks(HOOK_IDENTIFY, "(d,s)", -i, "normal");
@@ -4466,9 +4460,6 @@ bool identify_fully(void)
/* Build note and write */
sprintf(note, "Found The %s", item_name);
add_note(note, 'A');
-
- sprintf(note, "has found The %s", item_name);
- irc_emote(note);
}
/* Describe it fully */