Mod_Shittalk: WHOOPS

master
Marrub 2016-10-13 02:18:24 -04:00
父节点 0047c8d174
当前提交 00d1b8cb81
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -31,7 +31,7 @@ namespace ProjectGolan.Vrobot3.Modules
//
public void onMessage(User usr, Channel channel, String msg)
{
if(usr.name == "_sink" || rnd.Next(0, 1024) == 1)
if(rnd.Next(0, 1024) == 1)
shittalk(usr, channel);
}