25b3e3abc1
Uncapped the search result limit for !find
10 lines
195 B
C#
10 lines
195 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace MessageBoard.Events
|
|
{
|
|
public delegate void ActionEventHandler(User origin, EventArgs e);
|
|
}
|