Telepathy.unregisterListener
From WoWWiki
This article is a part of the documentation of the Telepathy function library
Usage
Telepathy.unregisterListener ( id [, method] )
- Registers a listener which will call a callback function when a message is recieved.
Arguments
- id - text id passed to identify sending and recieving addon
- method - method listened for (Optional)
Return Values
- listenerRegistered - boolean
