mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
Committing interface and stubs for IM interception
This commit is contained in:
@@ -647,5 +647,12 @@ namespace OpenSim.Region.CoreModules.Avatar.InstantMessage
|
||||
return gim;
|
||||
}
|
||||
|
||||
public void RegisterMessageFilter(Byte dialog, bool always, MessageFilterDelegate fn)
|
||||
{
|
||||
}
|
||||
|
||||
public void DeregisterMessageFilter(Byte dialog, MessageFilterDelegate fn)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user