3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 18:08:46 +02:00
pbot/lib/PBot/Core
Pragmatic Software d9a9ef0cc0 Interpreter: fix truncated text with multiple nicks
dehighlight_nicks() was being invoked after truncate_result(), therefore
inserting \x200b zero-width space Unicode characters AFTER the message
was truncated.

Solution: moved dehighlight_nicks() to immediately preceding truncate_result().
2021-08-24 20:27:12 -07:00
..
Commands Factoids: add blank line between factlog entries 2021-08-22 09:55:50 -07:00
Factoids Factoids: preserve_whitespace now works for all factoids 2021-08-23 19:27:34 -07:00
Handlers Rename irc.onemode to irc.modeflag 2021-08-01 18:02:10 -07:00
IRC Move core packages into PBot/Core 2021-07-20 22:44:51 -07:00
MessageHistory MessageHistory: recall special characters can now be escaped 2021-08-19 11:05:36 -07:00
Storage Refactor and simplify atexit routines 2021-08-06 12:59:21 -07:00
Utils Move Storage and Utils into Core 2021-07-23 19:22:25 -07:00
AntiFlood.pm Move some handlers to relevant Handlers modules 2021-08-01 15:53:58 -07:00
AntiSpam.pm Move Storage and Utils into Core 2021-07-23 19:22:25 -07:00
BanList.pm Move some handlers to relevant Handlers modules 2021-08-01 15:53:58 -07:00
BlackList.pm Finish moving commands from Core to Commands 2021-07-23 16:41:32 -07:00
Capabilities.pm Move Storage and Utils into Core 2021-07-23 19:22:25 -07:00
Channels.pm Move some handlers to relevant Handlers modules 2021-08-01 15:53:58 -07:00
ChanOps.pm Move some handlers to relevant Handlers modules 2021-08-01 15:53:58 -07:00
Class.pm Minor clean-up and polish 2021-07-27 12:01:42 -07:00
Commands.pm Core/Commands: remove(): fix arguments passed to unregister() 2021-08-06 11:14:40 -07:00
EventDispatcher.pm Move Storage and Utils into Core 2021-07-23 19:22:25 -07:00
EventQueue.pm Move Storage and Utils into Core 2021-07-23 19:22:25 -07:00
Factoids.pm Refactor PBot::Core::Factoids into PBot::Core::Factoids::* 2021-07-26 21:39:44 -07:00
Functions.pm Finish moving commands from Core to Commands 2021-07-23 16:41:32 -07:00
Handlers.pm Support named-parameters in command registration 2021-07-30 19:01:24 -07:00
IgnoreList.pm Move Storage and Utils into Core 2021-07-23 19:22:25 -07:00
Interpreter.pm Interpreter: fix truncated text with multiple nicks 2021-08-24 20:27:12 -07:00
IRC.pm Move core packages into PBot/Core 2021-07-20 22:44:51 -07:00
IRCHandlers.pm Rename IRCHandlers to Handlers 2021-07-23 16:57:33 -07:00
LagChecker.pm Progress on moving commands from Core to Commands 2021-07-23 07:24:30 -07:00
Logger.pm Refactor and simplify atexit routines 2021-08-06 12:59:21 -07:00
MessageHistory.pm Refactor and simplify atexit routines 2021-08-06 12:59:21 -07:00
Modules.pm Refactor PBot::Core::Factoids into PBot::Core::Factoids::* 2021-07-26 21:39:44 -07:00
NickList.pm Move some handlers to relevant Handlers modules 2021-08-01 15:53:58 -07:00
Plugins.pm Move some handlers to relevant Handlers modules 2021-08-01 15:53:58 -07:00
ProcessManager.pm Remove add_nick mess from ProcessManager 2021-07-27 21:27:03 -07:00
Refresher.pm Progress on moving commands from Core to Commands 2021-07-23 07:24:30 -07:00
Registerable.pm Refactor and simplify atexit routines 2021-08-06 12:59:21 -07:00
Registry.pm Improve output of truncation text 2021-08-12 22:30:56 -07:00
SelectHandler.pm Move core packages into PBot/Core 2021-07-20 22:44:51 -07:00
StdinReader.pm Move core packages into PBot/Core 2021-07-20 22:44:51 -07:00
Updater.pm Move core packages into PBot/Core 2021-07-20 22:44:51 -07:00
Users.pm Move Storage and Utils into Core 2021-07-23 19:22:25 -07:00
WebPaste.pm WebPaste: insignificant rename filename field 2021-07-25 08:24:42 -07:00