Moved antiflood related phrase from core.cfg to plugin.antiflood.cfg

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40945
This commit is contained in:
Scott Ehlert
2007-06-15 21:03:34 +00:00
parent 6acaaac769
commit a2a54f6000
3 changed files with 8 additions and 6 deletions
-5
View File
@@ -19,9 +19,4 @@
{
"en" "Exit"
}
"Flooding the server"
{
"en" "You are flooding the server!"
}
}
+7
View File
@@ -0,0 +1,7 @@
"Phrases"
{
"Flooding the server"
{
"en" "You are flooding the server!"
}
}