Fixed bugs

This commit is contained in:
julianacat 2017-07-28 02:34:09 -05:00
parent fd872506ae
commit 2b36d3aef8

View File

@ -448,7 +448,7 @@ alias gChatLineReset "alias gChatLine2 echo Hentai; alias gChatLine3 echo Lmaobo
gChatLineReset
// With an alias to reset our lines to default, we make alias to allow the chat aliases to notify us when a selected spam is selected. We do this for all the different types
// We reset the lines back to default then change one line to represent our selected option
// We reset the lines back to default then change one line to represent our selected option. Update due to not updating when wait is disabled
alias gChatNotifyHentai "gChatLineReset; alias gChatLine2 echo Hentai(sel); alias gChatLine2a echo Hentai(sel)<---"
alias gChatNotifyLmaobox "gChatLineReset; alias gChatLine3 echo Lmaobox(sel); alias gChatLine3a echo Lmaobox(sel)<---"
alias gChatNotifyCathook "gChatLineReset; alias gChatLine4 echo Cathook(sel); alias gChatLine4a echo Cathook(sel)<---"