|
From: <bla...@us...> - 2009-05-30 15:03:32
|
Revision: 373
http://libirc.svn.sourceforge.net/libirc/?rev=373&view=rev
Author: blast007
Date: 2009-05-30 15:03:30 +0000 (Sat, 30 May 2009)
Log Message:
-----------
s/identifyer/identifier/
Modified Paths:
--------------
trunk/libirc/examples/stupidBot/src/stupidBot.cpp
Modified: trunk/libirc/examples/stupidBot/src/stupidBot.cpp
===================================================================
--- trunk/libirc/examples/stupidBot/src/stupidBot.cpp 2008-09-24 01:34:27 UTC (rev 372)
+++ trunk/libirc/examples/stupidBot/src/stupidBot.cpp 2009-05-30 15:03:30 UTC (rev 373)
@@ -226,7 +226,7 @@
string_list params = string_util::tokenize(dataStr,std::string(" "),0,true);
- if (command == "identifyer")
+ if (command == "identifier")
{
theBotInfo.commandStrings.push_back(string_util::tolower(dataStr));
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|