1
0
Fork 0

Mod_Shittalk: WHOOPS

master
Marrub 2016-10-13 02:18:24 -04:00
parent 0047c8d174
commit 00d1b8cb81
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ namespace ProjectGolan.Vrobot3.Modules
// //
public void onMessage(User usr, Channel channel, String msg) 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); shittalk(usr, channel);
} }