1
0
Fork 0

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);
}